homebridge-airtunes-radio

0.2.0 • Public • Published

AirTunes Radio

Internet radio player which will work with HomePod, generally with any AirTunes device.

Note: Does not support device discovery so you'll need to specify your HomePod IP address.

Installation

npm install -g homebridge-airtunes-radio

Configuration

...
    "accessories": [
        {
             "accessory": "HomePodRadio",
            "name": "Radio Two",
            "streamUrl": "http://icecast6.play.cz/cro2-128.mp3",
            "host": "10.0.1.146",
            "volume": 15,
            "port": 5000
        }
    ]
...

Feel free to contribute to make code better!

Package Sidebar

Install

npm i homebridge-airtunes-radio

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

6.45 kB

Total Files

5

Last publish

Collaborators

  • mcfisto