athom-tech / athom-configs

Athom Technology Official Center
MIT License
190 stars 127 forks source link

Add missing IDs to Presence sensor config #33

Open ibddot opened 5 months ago

ibddot commented 5 months ago

Add missing ID's so that the sensors can be extended.

Sensors update a lot more often than I want to see in Home Assistant and this is an example of how it would be useful to extend them to slow down the updates when changes are very small.

sensor:
  - id: !extend "light_sensor"
    filters:
      - or:
        - throttle: 10min
        - delta: 3.0
  - id: !extend "uptime_sensor"
    update_interval: 60min
  - id: !extend "wifi_signal_sensor"
    filters:
      - or:
        - throttle: 60min
        - delta: 3.0