Mercurial > code > home > repos > homeauto
comparison service/rdf_to_mqtt/devs.py @ 1733:6279b1ac2b5e
fix some dev configs
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Jul 2023 17:42:29 -0700 |
parents | 80b01d548b9c |
children |
comparison
equal
deleted
inserted
replaced
1732:3f4b447d65f5 | 1733:6279b1ac2b5e |
---|---|
12 ROOM['livingLampPiano']: {'root': 'sonoff_4/switch/sonoff_basic_relay/command', 'values': 'binary', }, | 12 ROOM['livingLampPiano']: {'root': 'sonoff_4/switch/sonoff_basic_relay/command', 'values': 'binary', }, |
13 ROOM['theater']: {'root': 'theater_blaster/ir_out', 'values': 'theaterOutputs', }, | 13 ROOM['theater']: {'root': 'theater_blaster/ir_out', 'values': 'theaterOutputs', }, |
14 ROOM['bedHeadboard']: {'root': 'bed/light/headboard/command', 'hasWhite': True, }, | 14 ROOM['bedHeadboard']: {'root': 'bed/light/headboard/command', 'hasWhite': True, }, |
15 # https://github.com/Koenkk/zigbee2mqtt.io/blob/new_api/docs/information/mqtt_topics_and_message_structure.md#general | 15 # https://github.com/Koenkk/zigbee2mqtt.io/blob/new_api/docs/information/mqtt_topics_and_message_structure.md#general |
16 ROOM['asherBedBar']: {'root': 'bed_bar_asher/light/rgb/command', 'hasBrightness': True, 'defaults': {}}, | 16 ROOM['asherBedBar']: {'root': 'bed_bar_asher/light/rgb/command', 'hasBrightness': True, 'defaults': {}}, |
17 ROOM['asherCeiling']: {'root': 'zigbee-frontbed/0xf0d1b80000022c86/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, | |
18 ROOM['asherDoor']: {'root': 'zigbee-frontbed/0xd0cf5efffe28abcf/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, | 17 ROOM['asherDoor']: {'root': 'zigbee-frontbed/0xd0cf5efffe28abcf/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, |
19 ROOM['frontCeiling1']: {'root': 'zigbee-frontbed/0xf0d1b800000210fc/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, | 18 ROOM['frontCeiling1']: {'root': 'zigbee-frontbed/0xf0d1b800000210fc/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, |
20 ROOM['frontCeiling2']: {'root': 'zigbee-frontbed/0xf0d1b8000001ffc6/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, | 19 ROOM['frontCeiling2']: {'root': 'zigbee-frontbed/0xf0d1b8000001ffc6/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, |
21 ROOM['frontHanging']: {'root': 'zigbee-frontbed/0xf0d1b80000023583/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, | 20 ROOM['frontHanging']: {'root': 'zigbee-frontbed/0xf0d1b80000023583/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, |
22 ROOM['livingCouch']: {'root': 'zigbee-frontbed/0x000b57fffec9645f/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, | 21 ROOM['livingCouch']: {'root': 'zigbee-frontbed/0x000b57fffec9645f/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, |
23 ROOM['livingToys']: {'root': 'zigbee-frontbed/0x90fd9ffffee70277/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, | 22 ROOM['livingToys']: {'root': 'zigbee-frontbed/0x90fd9ffffee70277/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, |
24 ROOM['stairTop']: {'root': 'zigbee-frontbed/0xf0d1b8000001c925/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, | 23 ROOM['stairTop']: {'root': 'zigbee-dash/0xf0d1b8000001c925/set', 'hasBrightness': True, 'defaults': { 'transition': 0, } }, |
25 } | 24 } |