-
-
Save thealkly/9bd47a40f51fe9efc8dfbd2eda6fa83e to your computer and use it in GitHub Desktop.
emulated_hue_config.yaml
This file contains 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
#Beispiel meines Config.yaml eintrags für emulated hue | |
emulated_hue: | |
listen_port: 80 | |
host_ip: 192.168.1.13 | |
expose_by_default: false | |
entities: | |
input_boolean.solar_automation_wartezeit_uberspringen: | |
name: "Gerät manuell starten" | |
hidden: false | |
input_boolean.solar_automation_spulmaschine_uberspringen: | |
name: "Spülmaschine" | |
hidden: false | |
input_boolean.solar_automation_waschmaschine_uberspringen: | |
name: "Waschmaschine" | |
hidden: false | |
switch.on_off_plug_in_unit_13: | |
name: "Kaffemaschine" | |
hidden: false | |
light.esp_rgb_led_04: | |
name: "Büro Licht LED RGB" | |
hidden: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment