0.2.0 • Published 5 years ago

homebridge-airtunes-radio v0.2.0

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

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!