Update event tracking #262
Annotations
3 errors
Python 3.12 Test:
tests/test_binary_sensor.py#L64
test_binary_sensor_entity
AssertionError: assert 'off' == 'on'
- on
+ off
|
Python 3.12 Test:
tests/test_sensor.py#L20
test_sensor_entity
AssertionError: assert '5678' == 'unavailable'
- unavailable
+ 5678
|
Python 3.12 Test
Process completed with exit code 1.
|