1
0
Fork 0

Home Assistant Git Exporter

main
31c0fe9c6dbd74bcdde92e1d2aaa03e1d272f75f 2022-08-26 09:25:05 +10:00
parent b510609b67
commit 3123cbc1fb
3 changed files with 9 additions and 10 deletions

View File

@ -9,11 +9,11 @@
},
"0x00158d0008091c32": {
"contact": false,
"voltage": 3005,
"battery": 44,
"voltage": 2995,
"battery": 41,
"temperature": 19,
"linkquality": 255,
"device_temperature": 18,
"device_temperature": 21,
"power_outage_count": 8
},
"0x00158d00080915bd": {
@ -22,7 +22,7 @@
"battery": 44,
"temperature": 17,
"linkquality": 255,
"device_temperature": 15,
"device_temperature": 16,
"power_outage_count": 7
},
"0x00158d0007e7725b": {
@ -40,7 +40,7 @@
"battery": 50,
"temperature": 12,
"linkquality": 255,
"device_temperature": 15,
"device_temperature": 17,
"power_outage_count": 13
},
"0x00158d0007e4c4f2": {
@ -71,7 +71,7 @@
"battery": 50,
"sensitivity": "high",
"keep_time": "120",
"illuminance": 754,
"illuminance": 802,
"linkquality": 127
},
"0x84b4dbfffe850fda": {

View File

@ -32,7 +32,6 @@ config:
- entities:
- entity: sensor.solcast_forecast_remaining_today
name: remaining
secondary_info: last-updated
entity: sensor.solcast_forecast_today
name: All day
state_header: total
@ -41,13 +40,11 @@ config:
- entity: sensor.solcast_forecast_this_hour
format: kilo
name: current
secondary_info: last-updated
type: custom:multiple-entity-row
unit: kWh
entity: sensor.solcast_forecast_next_hour
format: kilo
name: Hourly
secondary_info: last-updated
state_header: next
type: custom:multiple-entity-row
unit: kWh
@ -55,7 +52,6 @@ config:
type: section
- entity: sensor.solcast_forecast_tomorrow
name: Total
secondary_info: last-updated
- label: Peak hour
type: section
- entities:

View File

@ -198,6 +198,7 @@ config:
- state: unavailable
- state: unknown
- entity_id: /vacuum.*attached/
- entity_id: /inverter_.*_soc/
include:
- attributes:
device_class: moisture
@ -264,6 +265,8 @@ config:
state: '> 70'
- attributes:
device_class: update
not:
entity_id: /ikea_remote/
state: 'on'
- domain: update
state: 'on'