Closed ClearSeve closed 6 months ago
You need to create your own booleans in configuration.yaml for the integration to use them. In your case:
input_boolean:
keting_kongtiao_lights:
name: "whatever you want it to show up as"
I put mine right after default_config:
directive, here's my config for example:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
input_boolean:
ac_lights:
name: "Lights"
ac_xfan:
name: "X-Fan"
ac_health:
name: "Health mode"
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor: !include sensor.yaml
climate: !include climate.yaml
It can be used normally, but the value
input_boolean.keting_kongtiao_lights
cannot be found during automation