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

39 lines
1.1 KiB
Plaintext

# serializer version: 1
# name: test_dimmer_entity
StateSnapshot({
'attributes': ReadOnlyDict({
'brightness': 0,
'color_mode': <ColorMode.BRIGHTNESS: 'brightness'>,
'friendly_name': 'Light Controller Test Entity Name',
'supported_color_modes': list([
<ColorMode.BRIGHTNESS: 'brightness'>,
]),
'supported_features': <LightEntityFeature: 0>,
}),
'context': <ANY>,
'entity_id': 'light.light_controller_test_entity_name',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': 'on',
})
# ---
# name: test_light_entity
StateSnapshot({
'attributes': ReadOnlyDict({
'color_mode': <ColorMode.ONOFF: 'onoff'>,
'friendly_name': 'Light Controller Test Entity Name',
'supported_color_modes': list([
<ColorMode.ONOFF: 'onoff'>,
]),
'supported_features': <LightEntityFeature: 0>,
}),
'context': <ANY>,
'entity_id': 'light.light_controller_test_entity_name',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': 'on',
})
# ---