Skip to content
New issue

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

[Tip] a simple Glance interface #3

Open
vespadj opened this issue Jun 12, 2021 · 0 comments
Open

[Tip] a simple Glance interface #3

vespadj opened this issue Jun 12, 2021 · 0 comments

Comments

@vespadj
Copy link

vespadj commented Jun 12, 2021

I would like to share a simple glance type interface for custom lovelace without custom card.
For a quick check, or for lazy to search and to adapt a custom card.

Change ventilation level on first 4 buttons.

type: glance
title: Comfoair
columns: 4
entities:
  - entity: sensor.comfoair_ventilation_level
    name: '0'
    icon: mdi:fan-off
    tap_action:
      action: call-service
      service: mqtt.publish
      service_data:
        topic: comfoair/action
        payload: ventilation_level_0
  - entity: sensor.comfoair_ventilation_level
    name: '1'
    icon: mdi:fan-speed-1
    show_last_changed: true
    tap_action:
      action: call-service
      service: mqtt.publish
      service_data:
        topic: comfoair/action
        payload: ventilation_level_1
  - entity: sensor.comfoair_operating_mode
    name: '2'
    icon: mdi:fan-speed-2
    tap_action:
      action: call-service
      service: mqtt.publish
      service_data:
        topic: comfoair/action
        payload: ventilation_level_2
  - entity: sensor.comfoair_operating_mode
    name: '3'
    icon: mdi:fan-speed-3
    show_last_changed: true
    tap_action:
      action: call-service
      service: mqtt.publish
      service_data:
        topic: comfoair/action
        payload: ventilation_level_3
  - entity: sensor.comfoair_air_outdoor_temperature
    name: Outdoor
  - entity: sensor.comfoair_air_outdoor_humidity
    name: ''
  - entity: sensor.comfoair_air_supply_temperature
    name: Supply
  - entity: sensor.comfoair_air_supply_humidity
    name: ''
  - entity: sensor.comfoair_air_extract_temperature
    name: Extract
  - entity: sensor.comfoair_air_extract_humidity
    name: ''
  - entity: sensor.comfoair_bypass_open_percentage
    name: By-pass
    icon: mdi:math-norm-box
  - entity: sensor.comfoair_target_temperature
    name: Target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant