This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Smartthings to sensor MQTT listener | |
Subscribe for specific smartthings topic and dinamically create all the sensors | |
from SmartThings hub following a naming convention (case insensitive): | |
* BUTTON: Button xxxxx | |
* Door Sensors: DS xxxxx | |
* Motion Sensor: MS xxxxx | |
* Temperature and Humidity Sensor: THS |