diff --git a/lovelace/views/dashboard_view.yaml b/lovelace/views/dashboard_view.yaml index 5fdec2b..d6936b1 100644 --- a/lovelace/views/dashboard_view.yaml +++ b/lovelace/views/dashboard_view.yaml @@ -5,8 +5,27 @@ panel: true cards: - type: custom:layout-card layout: vertical - column_width: [-, 200px] + column_width: 350 + max_width: [200px,100%] + rtl: true cards: + - type: custom:layout-card + column_width: 150 + max_width: 200 + cards: + - type: entity-button + entity: switch.varme_jst + name: JST + icon: mdi:fan + tap_action: + action: toggle + - type: entity-button + entity: switch.varme_mhr + name: MHR + icon: mdi:fan + tap_action: + action: toggle + - break - type: custom:layout-card column_width: 350 max_width: 960 @@ -41,16 +60,3 @@ cards: entity: sun.sun - type: entity-button entity: binary_sensor.sopor - - break - - type: entity-button - entity: switch.varme_jst - name: JST - icon: mdi:fan - tap_action: - action: toggle - - type: entity-button - entity: switch.varme_mhr - name: MHR - icon: mdi:fan - tap_action: - action: toggle diff --git a/packages/reminders.yaml b/packages/reminders.yaml index 6e5940d..55eba15 100644 --- a/packages/reminders.yaml +++ b/packages/reminders.yaml @@ -12,6 +12,7 @@ binary_sensor: - platform: template sensors: sopor: + entity_id: sensor.time friendly_name: Sopor icon_template: >- {% if is_state('binary_sensor.sopor', 'on') %}