├── LICENSE ├── README.md ├── ddp └── five-channel-bulb.yaml ├── ddp_e131 ├── E131.h └── five-channel-bulb.yaml ├── dgr ├── d1mini-devgroup_MinimalRelay.yaml ├── d1mini-devgroup_lights.yaml ├── ehdgr │ ├── support_device_groups_compat.h │ └── support_device_groups_ehdgr.h ├── kauf-one.yaml └── source_material │ └── support_device_groups.ino └── e131 ├── E131.h ├── eight-channel-ac-dimmer-8266.yaml └── five-channel-bulb.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/README.md -------------------------------------------------------------------------------- /ddp/five-channel-bulb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/ddp/five-channel-bulb.yaml -------------------------------------------------------------------------------- /ddp_e131/E131.h: -------------------------------------------------------------------------------- 1 | #include -------------------------------------------------------------------------------- /ddp_e131/five-channel-bulb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/ddp_e131/five-channel-bulb.yaml -------------------------------------------------------------------------------- /dgr/d1mini-devgroup_MinimalRelay.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/dgr/d1mini-devgroup_MinimalRelay.yaml -------------------------------------------------------------------------------- /dgr/d1mini-devgroup_lights.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/dgr/d1mini-devgroup_lights.yaml -------------------------------------------------------------------------------- /dgr/ehdgr/support_device_groups_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/dgr/ehdgr/support_device_groups_compat.h -------------------------------------------------------------------------------- /dgr/ehdgr/support_device_groups_ehdgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/dgr/ehdgr/support_device_groups_ehdgr.h -------------------------------------------------------------------------------- /dgr/kauf-one.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/dgr/kauf-one.yaml -------------------------------------------------------------------------------- /dgr/source_material/support_device_groups.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/dgr/source_material/support_device_groups.ino -------------------------------------------------------------------------------- /e131/E131.h: -------------------------------------------------------------------------------- 1 | #include -------------------------------------------------------------------------------- /e131/eight-channel-ac-dimmer-8266.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/e131/eight-channel-ac-dimmer-8266.yaml -------------------------------------------------------------------------------- /e131/five-channel-bulb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tony-fav/esphome-sync/HEAD/e131/five-channel-bulb.yaml --------------------------------------------------------------------------------