1.0.6 • Published 3 years ago

homebridge-chromecast-steije v1.0.6

Weekly downloads
15
License
ISC
Repository
github
Last release
3 years ago

Controller - Chromecast / Chromecast Audio

This accessory will discover all chromecasts on the network and create a lightbulb for 'Chromecast', 'Chromecast Audio', 'Google Cast Group', 'JBL Link View', 'Lenovo Smart Display', 'Google Nest Hub', 'Lenovo Smart Clock', 'Google Home', 'Google Home Mini', 'Google Nest Mini'.

Turning the bulb On/Off will play/pause the currently casted stream.
Setting the brightness will set the volume of the device.

Installation

npm i -g homebridge-control-chromecast

Add this to your config.json.

"platforms":[
    {
      "platform" : "ControlChromecast",
      "name" : "Chromecast"
    }
]

Configuration options

The bulb has the following properties:

AttributeRequiredUsageExample
ignoredDevicesnoThe name of your Chromecast device as shown in your Google Home App (case insensitive). This will ignore the device and controller will not be added."Living Room","Bedroom TV"

Credits

This project as been largely inspired by the work of @robertherber and @paolotremadio

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago