mirror of
https://github.com/home-assistant/core.git
synced 2026-06-03 14:14:40 +01:00
bee3c9102c
* Add binary source sensor statistics * Make state_characteristic a required parameter * Move binary unitless testcase * Add testcases for binary characteristics * Revert charact. to optional with deprecation warning * Correctly check for binary supported characteristic
6 lines
108 B
YAML
6 lines
108 B
YAML
sensor:
|
|
- platform: statistics
|
|
entity_id: sensor.cpu
|
|
name: cputest
|
|
state_characteristic: mean
|