1
0
mirror of https://github.com/skalavala/mysmarthome.git synced 2025-03-11 22:16:40 +00:00

4 lines
126 B
Python
Raw Normal View History

2019-04-17 18:46:06 -04:00
name = data.get('name', 'world')
logger.info("Hello {}".format(name))
hass.bus.fire(name, { "wow": "from a Python script!" })