From f66a75a7aca798652de2b9e1ba68fdba17f3993d Mon Sep 17 00:00:00 2001 From: Emmanuel Venisse Date: Sat, 6 Mar 2021 17:09:46 +0100 Subject: [PATCH] Add chrome2mqtt (#91) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13d8561..32f9931 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes: * [AlexaMqttBridge](https://github.com/mhdawson/AlexaMqttBridge) - Bridge between Amazon Alexa and MQTT. * [bt-mqtt-gateway](https://github.com/zewelor/bt-mqtt-gateway) - Easily extensible Bluetooth to MQTT gateway, currently supports: EQ3 smart thermostat, Xiaomi Mi Scale, Linak Desk, MySensors and Xiaomi Mi Flora plant sensor. * [buderus2mqtt](https://github.com/krambox/buderus2mqtt) - Bridge between Buderus KM200 internet gateway and MQTT. +* [chrome2mqtt](https://github.com/tbowmo/chrome2mqtt) - Python program to enable MQTT control endpoints for chromecasts (both audio and video). * [dashbutton2mqtt](https://github.com/hobbyquaker/dashbutton2mqtt) - Publish Amazon Dash Button presses to MQTT. * [flowerpower2mqtt](https://github.com/hobbyquaker/flowerpower2mqtt) - Publish measurements from Parrot Flower Power plant sensors to MQTT. * [gBridge](https://github.com/kservices/gBridge) - gBridge allows you to control (almost) any smart home device, any smart home software, with Google Assistant. Therefore, it transforms actions received from Google by voice commands to MQTT messages.