* 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
|