mirror of https://github.com/home-assistant/core
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
# serializer version: 1
|
|
# name: test_entities[number][number.peblar_ev_charger_charge_limit-entry]
|
|
EntityRegistryEntrySnapshot({
|
|
'aliases': set({
|
|
}),
|
|
'area_id': None,
|
|
'capabilities': dict({
|
|
'max': 16,
|
|
'min': 6,
|
|
'mode': <NumberMode.AUTO: 'auto'>,
|
|
'step': 1,
|
|
}),
|
|
'config_entry_id': <ANY>,
|
|
'device_class': None,
|
|
'device_id': <ANY>,
|
|
'disabled_by': None,
|
|
'domain': 'number',
|
|
'entity_category': <EntityCategory.CONFIG: 'config'>,
|
|
'entity_id': 'number.peblar_ev_charger_charge_limit',
|
|
'has_entity_name': True,
|
|
'hidden_by': None,
|
|
'icon': None,
|
|
'id': <ANY>,
|
|
'labels': set({
|
|
}),
|
|
'name': None,
|
|
'options': dict({
|
|
}),
|
|
'original_device_class': <NumberDeviceClass.CURRENT: 'current'>,
|
|
'original_icon': None,
|
|
'original_name': 'Charge limit',
|
|
'platform': 'peblar',
|
|
'previous_unique_id': None,
|
|
'supported_features': 0,
|
|
'translation_key': 'charge_current_limit',
|
|
'unique_id': '23-45-A4O-MOF_charge_current_limit',
|
|
'unit_of_measurement': <UnitOfElectricCurrent.AMPERE: 'A'>,
|
|
})
|
|
# ---
|
|
# name: test_entities[number][number.peblar_ev_charger_charge_limit-state]
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'device_class': 'current',
|
|
'friendly_name': 'Peblar EV Charger Charge limit',
|
|
'max': 16,
|
|
'min': 6,
|
|
'mode': <NumberMode.AUTO: 'auto'>,
|
|
'step': 1,
|
|
'unit_of_measurement': <UnitOfElectricCurrent.AMPERE: 'A'>,
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'number.peblar_ev_charger_charge_limit',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': '16',
|
|
})
|
|
# ---
|