We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# Loads default set of integrations. Do not remove. default_config: # Load frontend themes from the themes folder frontend: themes: !include_dir_merge_named themes automation: !include automations.yaml template: !include template.yaml script: !include scripts.yaml knx: !include knx.yaml google_assistant: !include google_assistant.yaml http: use_x_forwarded_for: true trusted_proxies: - 192.168.1.10 notify: - platform: group name: "Alle Handy" services: - service: mobile_app_pixel_6a - service: mobile_app_pixel_8a - service: mobile_app_polestar cover: - platform: template covers: garage_door: unique_id: "tor" device_class: blind friendly_name: "Tor" value_template: "{{ is_state('binary_sensor.tor_auf','on') }}" open_cover: - condition: state entity_id: binary_sensor.tor_zu state: "on" - action: button.press target: entity_id: button.aussen_tor close_cover: - condition: state entity_id: binary_sensor.tor_auf state: "on" - action: button.press target: entity_id: button.aussen_tor icon_template: >- {% if is_state('binary_sensor.tor_zu','on') %} mdi:garage {% else %} mdi:garage-open {% endif %}
The text was updated successfully, but these errors were encountered:
This is a duplicate of #757 (comment)
Sorry, something went wrong.
No branches or pull requests
Version of the custom_component 5.5.1
Configuration
Describe the bug
The text was updated successfully, but these errors were encountered: