Removed hue token from repo
This commit is contained in:
parent
81d4322ce9
commit
5961efa731
59
config/config.toml
Normal file
59
config/config.toml
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
[openid]
|
||||||
|
base_url = "https://login.huizinga.dev/api/oidc"
|
||||||
|
|
||||||
|
[mqtt]
|
||||||
|
host="mqtt"
|
||||||
|
port=8883
|
||||||
|
username="mqtt"
|
||||||
|
password="${MQTT_PASSWORD}"
|
||||||
|
|
||||||
|
[ntfy]
|
||||||
|
topic = "${NTFY_TOPIC}"
|
||||||
|
|
||||||
|
[presence]
|
||||||
|
topic = "automation_dev/presence/+/#"
|
||||||
|
|
||||||
|
[hue_bridge]
|
||||||
|
ip = "10.0.0.146"
|
||||||
|
login = "${HUE_TOKEN}"
|
||||||
|
flags = { presence = 41, darkness = 43 }
|
||||||
|
|
||||||
|
[light_sensor]
|
||||||
|
topic = "zigbee2mqtt_dev/living/light"
|
||||||
|
min = 23_000
|
||||||
|
max = 25_000
|
||||||
|
|
||||||
|
[devices.kitchen_kettle]
|
||||||
|
type = "IkeaOutlet"
|
||||||
|
name = "Kettle"
|
||||||
|
room = "Kitchen"
|
||||||
|
topic = "zigbee2mqtt/kitchen/kettle"
|
||||||
|
kettle = { timeout = 300 }
|
||||||
|
|
||||||
|
[devices.living_workbench]
|
||||||
|
type = "IkeaOutlet"
|
||||||
|
name = "Workbench"
|
||||||
|
room = "Living Room"
|
||||||
|
topic = "zigbee2mqtt/living/workbench"
|
||||||
|
|
||||||
|
[devices.living_zeus]
|
||||||
|
type = "WakeOnLAN"
|
||||||
|
name = "Zeus"
|
||||||
|
room = "Living Room"
|
||||||
|
topic = "automation/appliance/living_room/zeus"
|
||||||
|
mac_address = "30:9c:23:60:9c:13"
|
||||||
|
|
||||||
|
[devices.living_audio]
|
||||||
|
type = "AudioSetup"
|
||||||
|
topic = "zigbee2mqtt/living/remote"
|
||||||
|
[devices.living_audio.mixer]
|
||||||
|
type = "KasaOutlet"
|
||||||
|
ip = "10.0.0.49"
|
||||||
|
[devices.living_audio.speakers]
|
||||||
|
type = "KasaOutlet"
|
||||||
|
ip = "10.0.0.182"
|
||||||
|
|
||||||
|
[devices.hallway_frontdoor]
|
||||||
|
type = "ContactSensor"
|
||||||
|
topic = "zigbee2mqtt/hallway/frontdoor"
|
||||||
|
presence = { timeout = 900 }
|
|
@ -15,7 +15,7 @@ topic = "automation_dev/presence/+/#"
|
||||||
|
|
||||||
[hue_bridge]
|
[hue_bridge]
|
||||||
ip = "10.0.0.146"
|
ip = "10.0.0.146"
|
||||||
login = "yPZs07rEirWOKkDhAO6ggCMT9T4Xb-FJYnqnTOLF"
|
login = "${HUE_TOKEN}"
|
||||||
flags = { presence = 41, darkness = 43 }
|
flags = { presence = 41, darkness = 43 }
|
||||||
|
|
||||||
[light_sensor]
|
[light_sensor]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user