Virtual components for testing Home Assistant systems.
I've added persistent support to binary_sensor
, fan
, light
, lock
,
sensor
, switch
and device_tracker
. The persistent saving of state is
turned on by default. If you do not want this set persistent: False
in the
entity configuration.
It provides:
- Virtual binary sensors
- Virtual device trackers
- Virtual fans
- Virtual lights
- Virtual locks
- Virtual senors
- Virtual switches
See here for full documentation.