Skip to content

Commit

Permalink
lovelace with pkgs does not work
Browse files Browse the repository at this point in the history
Signed-off-by: Hanoch Haim <hhaim@cisco.com>
  • Loading branch information
hhaim committed Mar 16, 2019
1 parent 7470a9f commit 2ca2561
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 22 deletions.
27 changes: 27 additions & 0 deletions pkgs/bolier.yaml
Expand Up @@ -34,6 +34,33 @@ group:
- sensor.stats_mean


views:

- title: Boiler2
id: boiler
background: radial-gradient(crimson, skyblue)
theme: dark-mode
cards:
- type: entities
entities:
- sensor.btemp0
- switch.b0
- input_boolean.boiler_auto_enable
- input_number.boiler_timer_time
- input_number.boiler_temp_min
- input_number.boiler_temp_max
- sensor.boiler_total_hours
- sensor.boiler_total_hours2
- sensor.stats_mean
- type: history-graph
title: graph
hours_to_show : 24
entities:
- sensor.btemp0
- switch.b0



input_boolean:
boiler_auto_enable:
name: Enable auto
Expand Down
22 changes: 0 additions & 22 deletions ui-lovelace.yaml
Expand Up @@ -245,28 +245,6 @@ views:
- switch.alarm_s0
- switch.alarm_s1

- title: Boiler
id: boiler
background: radial-gradient(crimson, skyblue)
theme: dark-mode
cards:
- type: entities
entities:
- sensor.btemp0
- switch.b0
- input_boolean.boiler_auto_enable
- input_number.boiler_timer_time
- input_number.boiler_temp_min
- input_number.boiler_temp_max
- sensor.boiler_total_hours
- sensor.boiler_total_hours2
- sensor.stats_mean
- type: history-graph
title: graph
hours_to_show : 24
entities:
- sensor.btemp0
- switch.b0

- title: Irrigation
id: Irrigation
Expand Down

0 comments on commit 2ca2561

Please sign in to comment.