Skip to content

Commit

Permalink
Add observations card example and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Feb 13, 2021
1 parent 237b2c5 commit cce09f2
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions examples/observations_card.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
title: Observations
type: entities
entities:
- type: 'custom:multiple-entity-row'
entity: sensor.irrigation_unlimited_temperature_0
name: Today
state_header: Avg Temp
unit: false
entities:
- entity: sensor.irrigation_unlimited_rain_0
name: Rain
attribute: max_value
- attribute: min_value
name: Min Temp
- attribute: max_value
name: Max Temp
- type: 'custom:multiple-entity-row'
name: Yesterday
entity: sensor.irrigation_unlimited_temperature_1
state_header: Avg Temp
unit: false
entities:
- entity: sensor.irrigation_unlimited_rain_1
name: Rain
attribute: max_value
- attribute: min_value
name: Min Temp
- attribute: max_value
name: Max Temp
- type: 'custom:multiple-entity-row'
name: Two days ago
entity: sensor.irrigation_unlimited_temperature_2
state_header: Avg Temp
unit: false
entities:
- entity: sensor.irrigation_unlimited_rain_2
name: Rain
attribute: max_value
- attribute: min_value
name: Min Temp
- attribute: max_value
name: Max Temp
- type: 'custom:multiple-entity-row'
name: Three days ago
entity: sensor.irrigation_unlimited_temperature_3
state_header: Avg Temp
unit: false
entities:
- entity: sensor.irrigation_unlimited_rain_3
name: Rain
attribute: max_value
- attribute: min_value
name: Min Temp
- attribute: max_value
name: Max Temp
- type: 'custom:multiple-entity-row'
name: Four days ago
entity: sensor.irrigation_unlimited_temperature_4
state_header: Avg Temp
unit: false
entities:
- entity: sensor.irrigation_unlimited_rain_4
name: Rain
attribute: max_value
- attribute: min_value
name: Min Temp
- attribute: max_value
name: Max Temp

0 comments on commit cce09f2

Please sign in to comment.