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

View File

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

View File

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