1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/tests/components/zimi/snapshots/test_fan.ambr
2025-08-04 20:41:05 +02:00

20 lines
516 B
Plaintext

# serializer version: 1
# name: test_fan_entity
StateSnapshot({
'attributes': ReadOnlyDict({
'friendly_name': 'Fan Controller Test Entity Name',
'percentage': 1,
'percentage_step': 12.5,
'preset_mode': None,
'preset_modes': None,
'supported_features': <FanEntityFeature: 49>,
}),
'context': <ANY>,
'entity_id': 'fan.fan_controller_test_entity_name',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': 'on',
})
# ---