Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwain committed Jul 15, 2020
1 parent 419c91b commit 7675b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dwains-theme/views/main/rooms/room/climate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@
entity: {{ room["temperature"] }}
{% if room["humidity"] %}
- type: custom:button-card
item_classes: 'col-xs-6'
item_classes: 'col-xs-12'
template: room_climate_info
entity: {{ room["humidity"] }}
{% endif %}
{% if room["pressure"] %}
- type: custom:button-card
item_classes: 'col-xs-6'
item_classes: 'col-xs-12'
template: room_climate_info
entity: {{ room["pressure"] }}
{% endif %}
Expand Down

0 comments on commit 7675b4d

Please sign in to comment.