This file contains hidden or 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
| import soco | |
| zones = soco.discover() | |
| # store current topology | |
| named_zones = {zone.player_name: zone for zone in zones} | |
| _topology = {} | |
| alert_uri = "https://ia800503.us.archive.org/8/items/futuresoundfx-98/futuresoundfx-96.mp3" | |
| print('>> GROUPING: Group Büronos to Esszimmer') |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # __schnell_mal.py | |
| import time | |
| import yaml | |
| from lib.item import Items | |
| items = Items.get_instance() | |
| # Define Tasmota Topic | |
| tasmota_topic = "NSPanel1" |