1
0
mirror of https://github.com/skalavala/mysmarthome.git synced 2025-03-11 13:56:54 +00:00
Mahasri Kalavala 862178bbb4 Alive Again!
2019-04-17 19:34:33 -04:00

4 lines
126 B
Python

name = data.get('name', 'world')
logger.info("Hello {}".format(name))
hass.bus.fire(name, { "wow": "from a Python script!" })