Correct length of the serials in lamarzocco tests (#129725)

This commit is contained in:
Josef Zweck 2024-11-03 13:35:42 +01:00 committed by GitHub
parent eddab96a69
commit fbe27749a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 227 additions and 227 deletions

View File

@ -19,10 +19,10 @@ PASSWORD_SELECTION = {
USER_INPUT = PASSWORD_SELECTION | {CONF_USERNAME: "username"} USER_INPUT = PASSWORD_SELECTION | {CONF_USERNAME: "username"}
SERIAL_DICT = { SERIAL_DICT = {
MachineModel.GS3_AV: "GS01234", MachineModel.GS3_AV: "GS012345",
MachineModel.GS3_MP: "GS01234", MachineModel.GS3_MP: "GS012345",
MachineModel.LINEA_MICRA: "MR01234", MachineModel.LINEA_MICRA: "MR012345",
MachineModel.LINEA_MINI: "LM01234", MachineModel.LINEA_MINI: "LM012345",
} }
WAKE_UP_SLEEP_ENTRY_IDS = ["Os2OswX", "aXFz5bJ"] WAKE_UP_SLEEP_ENTRY_IDS = ["Os2OswX", "aXFz5bJ"]

View File

@ -157,5 +157,5 @@ def mock_bluetooth(enable_bluetooth: None) -> None:
def mock_ble_device() -> BLEDevice: def mock_ble_device() -> BLEDevice:
"""Return a mock BLE device.""" """Return a mock BLE device."""
return BLEDevice( return BLEDevice(
"00:00:00:00:00:00", "GS_GS01234", details={"path": "path"}, rssi=50 "00:00:00:00:00:00", "GS_GS012345", details={"path": "path"}, rssi=50
) )

View File

@ -1,19 +1,19 @@
# serializer version: 1 # serializer version: 1
# name: test_binary_sensors[GS01234_backflush_active-binary_sensor] # name: test_binary_sensors[GS012345_backflush_active-binary_sensor]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'running', 'device_class': 'running',
'friendly_name': 'GS01234 Backflush active', 'friendly_name': 'GS012345 Backflush active',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'binary_sensor.gs01234_backflush_active', 'entity_id': 'binary_sensor.gs012345_backflush_active',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': 'off', 'state': 'off',
}) })
# --- # ---
# name: test_binary_sensors[GS01234_backflush_active-entry] # name: test_binary_sensors[GS012345_backflush_active-entry]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -25,7 +25,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'binary_sensor', 'domain': 'binary_sensor',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>, 'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'binary_sensor.gs01234_backflush_active', 'entity_id': 'binary_sensor.gs012345_backflush_active',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -42,25 +42,25 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'backflush_enabled', 'translation_key': 'backflush_enabled',
'unique_id': 'GS01234_backflush_enabled', 'unique_id': 'GS012345_backflush_enabled',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_binary_sensors[GS01234_brewing_active-binary_sensor] # name: test_binary_sensors[GS012345_brewing_active-binary_sensor]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'running', 'device_class': 'running',
'friendly_name': 'GS01234 Brewing active', 'friendly_name': 'GS012345 Brewing active',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'binary_sensor.gs01234_brewing_active', 'entity_id': 'binary_sensor.gs012345_brewing_active',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': 'off', 'state': 'off',
}) })
# --- # ---
# name: test_binary_sensors[GS01234_brewing_active-entry] # name: test_binary_sensors[GS012345_brewing_active-entry]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -72,7 +72,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'binary_sensor', 'domain': 'binary_sensor',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>, 'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'binary_sensor.gs01234_brewing_active', 'entity_id': 'binary_sensor.gs012345_brewing_active',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -89,25 +89,25 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'brew_active', 'translation_key': 'brew_active',
'unique_id': 'GS01234_brew_active', 'unique_id': 'GS012345_brew_active',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_binary_sensors[GS01234_water_tank_empty-binary_sensor] # name: test_binary_sensors[GS012345_water_tank_empty-binary_sensor]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'problem', 'device_class': 'problem',
'friendly_name': 'GS01234 Water tank empty', 'friendly_name': 'GS012345 Water tank empty',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'binary_sensor.gs01234_water_tank_empty', 'entity_id': 'binary_sensor.gs012345_water_tank_empty',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': 'off', 'state': 'off',
}) })
# --- # ---
# name: test_binary_sensors[GS01234_water_tank_empty-entry] # name: test_binary_sensors[GS012345_water_tank_empty-entry]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -119,7 +119,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'binary_sensor', 'domain': 'binary_sensor',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>, 'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'binary_sensor.gs01234_water_tank_empty', 'entity_id': 'binary_sensor.gs012345_water_tank_empty',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -136,7 +136,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'water_tank', 'translation_key': 'water_tank',
'unique_id': 'GS01234_water_tank', 'unique_id': 'GS012345_water_tank',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---

View File

@ -2,10 +2,10 @@
# name: test_start_backflush # name: test_start_backflush
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Start backflush', 'friendly_name': 'GS012345 Start backflush',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'button.gs01234_start_backflush', 'entity_id': 'button.gs012345_start_backflush',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -24,7 +24,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'button', 'domain': 'button',
'entity_category': None, 'entity_category': None,
'entity_id': 'button.gs01234_start_backflush', 'entity_id': 'button.gs012345_start_backflush',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -41,7 +41,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'start_backflush', 'translation_key': 'start_backflush',
'unique_id': 'GS01234_start_backflush', 'unique_id': 'GS012345_start_backflush',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---

View File

@ -1,7 +1,7 @@
# serializer version: 1 # serializer version: 1
# name: test_calendar_edge_cases[start_date0-end_date0] # name: test_calendar_edge_cases[start_date0-end_date0]
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_axfz5bj': dict({ 'calendar.gs012345_auto_on_off_schedule_axfz5bj': dict({
'events': list([ 'events': list([
dict({ dict({
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
@ -15,7 +15,7 @@
# --- # ---
# name: test_calendar_edge_cases[start_date1-end_date1] # name: test_calendar_edge_cases[start_date1-end_date1]
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_axfz5bj': dict({ 'calendar.gs012345_auto_on_off_schedule_axfz5bj': dict({
'events': list([ 'events': list([
dict({ dict({
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
@ -29,7 +29,7 @@
# --- # ---
# name: test_calendar_edge_cases[start_date2-end_date2] # name: test_calendar_edge_cases[start_date2-end_date2]
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_axfz5bj': dict({ 'calendar.gs012345_auto_on_off_schedule_axfz5bj': dict({
'events': list([ 'events': list([
dict({ dict({
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
@ -43,7 +43,7 @@
# --- # ---
# name: test_calendar_edge_cases[start_date3-end_date3] # name: test_calendar_edge_cases[start_date3-end_date3]
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_axfz5bj': dict({ 'calendar.gs012345_auto_on_off_schedule_axfz5bj': dict({
'events': list([ 'events': list([
dict({ dict({
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
@ -57,7 +57,7 @@
# --- # ---
# name: test_calendar_edge_cases[start_date4-end_date4] # name: test_calendar_edge_cases[start_date4-end_date4]
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_axfz5bj': dict({ 'calendar.gs012345_auto_on_off_schedule_axfz5bj': dict({
'events': list([ 'events': list([
]), ]),
}), }),
@ -65,7 +65,7 @@
# --- # ---
# name: test_calendar_edge_cases[start_date5-end_date5] # name: test_calendar_edge_cases[start_date5-end_date5]
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_axfz5bj': dict({ 'calendar.gs012345_auto_on_off_schedule_axfz5bj': dict({
'events': list([ 'events': list([
dict({ dict({
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
@ -83,7 +83,7 @@
}), }),
}) })
# --- # ---
# name: test_calendar_events[entry.GS01234_auto_on_off_schedule_axfz5bj] # name: test_calendar_events[entry.GS012345_auto_on_off_schedule_axfz5bj]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -95,7 +95,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'calendar', 'domain': 'calendar',
'entity_category': None, 'entity_category': None,
'entity_id': 'calendar.gs01234_auto_on_off_schedule_axfz5bj', 'entity_id': 'calendar.gs012345_auto_on_off_schedule_axfz5bj',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -112,11 +112,11 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'auto_on_off_schedule', 'translation_key': 'auto_on_off_schedule',
'unique_id': 'GS01234_auto_on_off_schedule_aXFz5bJ', 'unique_id': 'GS012345_auto_on_off_schedule_aXFz5bJ',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_calendar_events[entry.GS01234_auto_on_off_schedule_os2oswx] # name: test_calendar_events[entry.GS012345_auto_on_off_schedule_os2oswx]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -128,7 +128,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'calendar', 'domain': 'calendar',
'entity_category': None, 'entity_category': None,
'entity_id': 'calendar.gs01234_auto_on_off_schedule_os2oswx', 'entity_id': 'calendar.gs012345_auto_on_off_schedule_os2oswx',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -145,13 +145,13 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'auto_on_off_schedule', 'translation_key': 'auto_on_off_schedule',
'unique_id': 'GS01234_auto_on_off_schedule_Os2OswX', 'unique_id': 'GS012345_auto_on_off_schedule_Os2OswX',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_calendar_events[events.GS01234_auto_on_off_schedule_axfz5bj] # name: test_calendar_events[events.GS012345_auto_on_off_schedule_axfz5bj]
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_axfz5bj': dict({ 'calendar.gs012345_auto_on_off_schedule_axfz5bj': dict({
'events': list([ 'events': list([
dict({ dict({
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
@ -181,9 +181,9 @@
}), }),
}) })
# --- # ---
# name: test_calendar_events[events.GS01234_auto_on_off_schedule_os2oswx] # name: test_calendar_events[events.GS012345_auto_on_off_schedule_os2oswx]
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_os2oswx': dict({ 'calendar.gs012345_auto_on_off_schedule_os2oswx': dict({
'events': list([ 'events': list([
dict({ dict({
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
@ -327,38 +327,38 @@
}), }),
}) })
# --- # ---
# name: test_calendar_events[state.GS01234_auto_on_off_schedule_axfz5bj] # name: test_calendar_events[state.GS012345_auto_on_off_schedule_axfz5bj]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'all_day': False, 'all_day': False,
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
'end_time': '2024-01-14 07:30:00', 'end_time': '2024-01-14 07:30:00',
'friendly_name': 'GS01234 Auto on/off schedule (aXFz5bJ)', 'friendly_name': 'GS012345 Auto on/off schedule (aXFz5bJ)',
'location': '', 'location': '',
'message': 'Machine My LaMarzocco on', 'message': 'Machine My LaMarzocco on',
'start_time': '2024-01-14 07:00:00', 'start_time': '2024-01-14 07:00:00',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'calendar.gs01234_auto_on_off_schedule_axfz5bj', 'entity_id': 'calendar.gs012345_auto_on_off_schedule_axfz5bj',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': 'off', 'state': 'off',
}) })
# --- # ---
# name: test_calendar_events[state.GS01234_auto_on_off_schedule_os2oswx] # name: test_calendar_events[state.GS012345_auto_on_off_schedule_os2oswx]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'all_day': False, 'all_day': False,
'description': 'Machine is scheduled to turn on at the start time and off at the end time', 'description': 'Machine is scheduled to turn on at the start time and off at the end time',
'end_time': '2024-01-13 00:00:00', 'end_time': '2024-01-13 00:00:00',
'friendly_name': 'GS01234 Auto on/off schedule (Os2OswX)', 'friendly_name': 'GS012345 Auto on/off schedule (Os2OswX)',
'location': '', 'location': '',
'message': 'Machine My LaMarzocco on', 'message': 'Machine My LaMarzocco on',
'start_time': '2024-01-12 22:00:00', 'start_time': '2024-01-12 22:00:00',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'calendar.gs01234_auto_on_off_schedule_os2oswx', 'entity_id': 'calendar.gs012345_auto_on_off_schedule_os2oswx',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -367,7 +367,7 @@
# --- # ---
# name: test_no_calendar_events_global_disable # name: test_no_calendar_events_global_disable
dict({ dict({
'calendar.gs01234_auto_on_off_schedule_os2oswx': dict({ 'calendar.gs012345_auto_on_off_schedule_os2oswx': dict({
'events': list([ 'events': list([
]), ]),
}), }),

View File

@ -3,7 +3,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'temperature', 'device_class': 'temperature',
'friendly_name': 'GS01234 Coffee target temperature', 'friendly_name': 'GS012345 Coffee target temperature',
'max': 104, 'max': 104,
'min': 85, 'min': 85,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -11,7 +11,7 @@
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_coffee_target_temperature', 'entity_id': 'number.gs012345_coffee_target_temperature',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -35,7 +35,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': None, 'entity_category': None,
'entity_id': 'number.gs01234_coffee_target_temperature', 'entity_id': 'number.gs012345_coffee_target_temperature',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -52,7 +52,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'coffee_temp', 'translation_key': 'coffee_temp',
'unique_id': 'GS01234_coffee_temp', 'unique_id': 'GS012345_coffee_temp',
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}) })
# --- # ---
@ -60,7 +60,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Smart standby time', 'friendly_name': 'GS012345 Smart standby time',
'max': 240, 'max': 240,
'min': 10, 'min': 10,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -68,7 +68,7 @@
'unit_of_measurement': <UnitOfTime.MINUTES: 'min'>, 'unit_of_measurement': <UnitOfTime.MINUTES: 'min'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_smart_standby_time', 'entity_id': 'number.gs012345_smart_standby_time',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -92,7 +92,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'number.gs01234_smart_standby_time', 'entity_id': 'number.gs012345_smart_standby_time',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -109,7 +109,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'smart_standby_time', 'translation_key': 'smart_standby_time',
'unique_id': 'GS01234_smart_standby_time', 'unique_id': 'GS012345_smart_standby_time',
'unit_of_measurement': <UnitOfTime.MINUTES: 'min'>, 'unit_of_measurement': <UnitOfTime.MINUTES: 'min'>,
}) })
# --- # ---
@ -117,7 +117,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'temperature', 'device_class': 'temperature',
'friendly_name': 'GS01234 Steam target temperature', 'friendly_name': 'GS012345 Steam target temperature',
'max': 131, 'max': 131,
'min': 126, 'min': 126,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -125,7 +125,7 @@
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_steam_target_temperature', 'entity_id': 'number.gs012345_steam_target_temperature',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -149,7 +149,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': None, 'entity_category': None,
'entity_id': 'number.gs01234_steam_target_temperature', 'entity_id': 'number.gs012345_steam_target_temperature',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -166,7 +166,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'steam_temp', 'translation_key': 'steam_temp',
'unique_id': 'GS01234_steam_temp', 'unique_id': 'GS012345_steam_temp',
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}) })
# --- # ---
@ -174,7 +174,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'temperature', 'device_class': 'temperature',
'friendly_name': 'GS01234 Steam target temperature', 'friendly_name': 'GS012345 Steam target temperature',
'max': 131, 'max': 131,
'min': 126, 'min': 126,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -182,7 +182,7 @@
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_steam_target_temperature', 'entity_id': 'number.gs012345_steam_target_temperature',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -206,7 +206,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': None, 'entity_category': None,
'entity_id': 'number.gs01234_steam_target_temperature', 'entity_id': 'number.gs012345_steam_target_temperature',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -223,7 +223,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'steam_temp', 'translation_key': 'steam_temp',
'unique_id': 'GS01234_steam_temp', 'unique_id': 'GS012345_steam_temp',
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}) })
# --- # ---
@ -231,7 +231,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Tea water duration', 'friendly_name': 'GS012345 Tea water duration',
'max': 30, 'max': 30,
'min': 0, 'min': 0,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -239,7 +239,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_tea_water_duration', 'entity_id': 'number.gs012345_tea_water_duration',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -263,7 +263,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': None, 'entity_category': None,
'entity_id': 'number.gs01234_tea_water_duration', 'entity_id': 'number.gs012345_tea_water_duration',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -280,7 +280,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'tea_water_duration', 'translation_key': 'tea_water_duration',
'unique_id': 'GS01234_tea_water_duration', 'unique_id': 'GS012345_tea_water_duration',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---
@ -288,7 +288,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Tea water duration', 'friendly_name': 'GS012345 Tea water duration',
'max': 30, 'max': 30,
'min': 0, 'min': 0,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -296,7 +296,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_tea_water_duration', 'entity_id': 'number.gs012345_tea_water_duration',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -320,7 +320,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': None, 'entity_category': None,
'entity_id': 'number.gs01234_tea_water_duration', 'entity_id': 'number.gs012345_tea_water_duration',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -337,14 +337,14 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'tea_water_duration', 'translation_key': 'tea_water_duration',
'unique_id': 'GS01234_tea_water_duration', 'unique_id': 'GS012345_tea_water_duration',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[dose-6-Disabled-set_dose-kwargs3-GS3 AV][GS01234_dose_key_1-state] # name: test_pre_brew_infusion_key_numbers[dose-6-Disabled-set_dose-kwargs3-GS3 AV][GS012345_dose_key_1-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Dose Key 1', 'friendly_name': 'GS012345 Dose Key 1',
'max': 999, 'max': 999,
'min': 0, 'min': 0,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -352,17 +352,17 @@
'unit_of_measurement': 'ticks', 'unit_of_measurement': 'ticks',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_dose_key_1', 'entity_id': 'number.gs012345_dose_key_1',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '135', 'state': '135',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[dose-6-Disabled-set_dose-kwargs3-GS3 AV][GS01234_dose_key_2-state] # name: test_pre_brew_infusion_key_numbers[dose-6-Disabled-set_dose-kwargs3-GS3 AV][GS012345_dose_key_2-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Dose Key 2', 'friendly_name': 'GS012345 Dose Key 2',
'max': 999, 'max': 999,
'min': 0, 'min': 0,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -370,17 +370,17 @@
'unit_of_measurement': 'ticks', 'unit_of_measurement': 'ticks',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_dose_key_2', 'entity_id': 'number.gs012345_dose_key_2',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '97', 'state': '97',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[dose-6-Disabled-set_dose-kwargs3-GS3 AV][GS01234_dose_key_3-state] # name: test_pre_brew_infusion_key_numbers[dose-6-Disabled-set_dose-kwargs3-GS3 AV][GS012345_dose_key_3-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Dose Key 3', 'friendly_name': 'GS012345 Dose Key 3',
'max': 999, 'max': 999,
'min': 0, 'min': 0,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -388,17 +388,17 @@
'unit_of_measurement': 'ticks', 'unit_of_measurement': 'ticks',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_dose_key_3', 'entity_id': 'number.gs012345_dose_key_3',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '108', 'state': '108',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[dose-6-Disabled-set_dose-kwargs3-GS3 AV][GS01234_dose_key_4-state] # name: test_pre_brew_infusion_key_numbers[dose-6-Disabled-set_dose-kwargs3-GS3 AV][GS012345_dose_key_4-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Dose Key 4', 'friendly_name': 'GS012345 Dose Key 4',
'max': 999, 'max': 999,
'min': 0, 'min': 0,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -406,18 +406,18 @@
'unit_of_measurement': 'ticks', 'unit_of_measurement': 'ticks',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_dose_key_4', 'entity_id': 'number.gs012345_dose_key_4',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '121', 'state': '121',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[prebrew_off_time-6-Enabled-set_prebrew_time-kwargs0-GS3 AV][GS01234_prebrew_off_time_key_1-state] # name: test_pre_brew_infusion_key_numbers[prebrew_off_time-6-Enabled-set_prebrew_time-kwargs0-GS3 AV][GS012345_prebrew_off_time_key_1-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Prebrew off time Key 1', 'friendly_name': 'GS012345 Prebrew off time Key 1',
'max': 10, 'max': 10,
'min': 1, 'min': 1,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -425,18 +425,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_prebrew_off_time_key_1', 'entity_id': 'number.gs012345_prebrew_off_time_key_1',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '1', 'state': '1',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[prebrew_off_time-6-Enabled-set_prebrew_time-kwargs0-GS3 AV][GS01234_prebrew_off_time_key_2-state] # name: test_pre_brew_infusion_key_numbers[prebrew_off_time-6-Enabled-set_prebrew_time-kwargs0-GS3 AV][GS012345_prebrew_off_time_key_2-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Prebrew off time Key 2', 'friendly_name': 'GS012345 Prebrew off time Key 2',
'max': 10, 'max': 10,
'min': 1, 'min': 1,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -444,18 +444,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_prebrew_off_time_key_2', 'entity_id': 'number.gs012345_prebrew_off_time_key_2',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '1', 'state': '1',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[prebrew_off_time-6-Enabled-set_prebrew_time-kwargs0-GS3 AV][GS01234_prebrew_off_time_key_3-state] # name: test_pre_brew_infusion_key_numbers[prebrew_off_time-6-Enabled-set_prebrew_time-kwargs0-GS3 AV][GS012345_prebrew_off_time_key_3-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Prebrew off time Key 3', 'friendly_name': 'GS012345 Prebrew off time Key 3',
'max': 10, 'max': 10,
'min': 1, 'min': 1,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -463,18 +463,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_prebrew_off_time_key_3', 'entity_id': 'number.gs012345_prebrew_off_time_key_3',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '3.29999995231628', 'state': '3.29999995231628',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[prebrew_off_time-6-Enabled-set_prebrew_time-kwargs0-GS3 AV][GS01234_prebrew_off_time_key_4-state] # name: test_pre_brew_infusion_key_numbers[prebrew_off_time-6-Enabled-set_prebrew_time-kwargs0-GS3 AV][GS012345_prebrew_off_time_key_4-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Prebrew off time Key 4', 'friendly_name': 'GS012345 Prebrew off time Key 4',
'max': 10, 'max': 10,
'min': 1, 'min': 1,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -482,18 +482,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_prebrew_off_time_key_4', 'entity_id': 'number.gs012345_prebrew_off_time_key_4',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '2', 'state': '2',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[prebrew_on_time-6-Enabled-set_prebrew_time-kwargs1-GS3 AV][GS01234_prebrew_on_time_key_1-state] # name: test_pre_brew_infusion_key_numbers[prebrew_on_time-6-Enabled-set_prebrew_time-kwargs1-GS3 AV][GS012345_prebrew_on_time_key_1-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Prebrew on time Key 1', 'friendly_name': 'GS012345 Prebrew on time Key 1',
'max': 10, 'max': 10,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -501,18 +501,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_prebrew_on_time_key_1', 'entity_id': 'number.gs012345_prebrew_on_time_key_1',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '1', 'state': '1',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[prebrew_on_time-6-Enabled-set_prebrew_time-kwargs1-GS3 AV][GS01234_prebrew_on_time_key_2-state] # name: test_pre_brew_infusion_key_numbers[prebrew_on_time-6-Enabled-set_prebrew_time-kwargs1-GS3 AV][GS012345_prebrew_on_time_key_2-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Prebrew on time Key 2', 'friendly_name': 'GS012345 Prebrew on time Key 2',
'max': 10, 'max': 10,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -520,18 +520,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_prebrew_on_time_key_2', 'entity_id': 'number.gs012345_prebrew_on_time_key_2',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '1', 'state': '1',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[prebrew_on_time-6-Enabled-set_prebrew_time-kwargs1-GS3 AV][GS01234_prebrew_on_time_key_3-state] # name: test_pre_brew_infusion_key_numbers[prebrew_on_time-6-Enabled-set_prebrew_time-kwargs1-GS3 AV][GS012345_prebrew_on_time_key_3-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Prebrew on time Key 3', 'friendly_name': 'GS012345 Prebrew on time Key 3',
'max': 10, 'max': 10,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -539,18 +539,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_prebrew_on_time_key_3', 'entity_id': 'number.gs012345_prebrew_on_time_key_3',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '3.29999995231628', 'state': '3.29999995231628',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[prebrew_on_time-6-Enabled-set_prebrew_time-kwargs1-GS3 AV][GS01234_prebrew_on_time_key_4-state] # name: test_pre_brew_infusion_key_numbers[prebrew_on_time-6-Enabled-set_prebrew_time-kwargs1-GS3 AV][GS012345_prebrew_on_time_key_4-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Prebrew on time Key 4', 'friendly_name': 'GS012345 Prebrew on time Key 4',
'max': 10, 'max': 10,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -558,18 +558,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_prebrew_on_time_key_4', 'entity_id': 'number.gs012345_prebrew_on_time_key_4',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '2', 'state': '2',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[preinfusion_time-7-TypeB-set_preinfusion_time-kwargs2-GS3 AV][GS01234_preinfusion_time_key_1-state] # name: test_pre_brew_infusion_key_numbers[preinfusion_time-7-TypeB-set_preinfusion_time-kwargs2-GS3 AV][GS012345_preinfusion_time_key_1-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Preinfusion time Key 1', 'friendly_name': 'GS012345 Preinfusion time Key 1',
'max': 29, 'max': 29,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -577,18 +577,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_preinfusion_time_key_1', 'entity_id': 'number.gs012345_preinfusion_time_key_1',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '1', 'state': '1',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[preinfusion_time-7-TypeB-set_preinfusion_time-kwargs2-GS3 AV][GS01234_preinfusion_time_key_2-state] # name: test_pre_brew_infusion_key_numbers[preinfusion_time-7-TypeB-set_preinfusion_time-kwargs2-GS3 AV][GS012345_preinfusion_time_key_2-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Preinfusion time Key 2', 'friendly_name': 'GS012345 Preinfusion time Key 2',
'max': 29, 'max': 29,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -596,18 +596,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_preinfusion_time_key_2', 'entity_id': 'number.gs012345_preinfusion_time_key_2',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '1', 'state': '1',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[preinfusion_time-7-TypeB-set_preinfusion_time-kwargs2-GS3 AV][GS01234_preinfusion_time_key_3-state] # name: test_pre_brew_infusion_key_numbers[preinfusion_time-7-TypeB-set_preinfusion_time-kwargs2-GS3 AV][GS012345_preinfusion_time_key_3-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Preinfusion time Key 3', 'friendly_name': 'GS012345 Preinfusion time Key 3',
'max': 29, 'max': 29,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -615,18 +615,18 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_preinfusion_time_key_3', 'entity_id': 'number.gs012345_preinfusion_time_key_3',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '3.29999995231628', 'state': '3.29999995231628',
}) })
# --- # ---
# name: test_pre_brew_infusion_key_numbers[preinfusion_time-7-TypeB-set_preinfusion_time-kwargs2-GS3 AV][GS01234_preinfusion_time_key_4-state] # name: test_pre_brew_infusion_key_numbers[preinfusion_time-7-TypeB-set_preinfusion_time-kwargs2-GS3 AV][GS012345_preinfusion_time_key_4-state]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Preinfusion time Key 4', 'friendly_name': 'GS012345 Preinfusion time Key 4',
'max': 29, 'max': 29,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -634,7 +634,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.gs01234_preinfusion_time_key_4', 'entity_id': 'number.gs012345_preinfusion_time_key_4',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -645,7 +645,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'LM01234 Prebrew off time', 'friendly_name': 'LM012345 Prebrew off time',
'max': 10, 'max': 10,
'min': 1, 'min': 1,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -653,7 +653,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.lm01234_prebrew_off_time', 'entity_id': 'number.lm012345_prebrew_off_time',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -677,7 +677,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'number.lm01234_prebrew_off_time', 'entity_id': 'number.lm012345_prebrew_off_time',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -694,7 +694,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'prebrew_off', 'translation_key': 'prebrew_off',
'unique_id': 'LM01234_prebrew_off', 'unique_id': 'LM012345_prebrew_off',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---
@ -702,7 +702,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'MR01234 Prebrew off time', 'friendly_name': 'MR012345 Prebrew off time',
'max': 10, 'max': 10,
'min': 1, 'min': 1,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -710,7 +710,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.mr01234_prebrew_off_time', 'entity_id': 'number.mr012345_prebrew_off_time',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -734,7 +734,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'number.mr01234_prebrew_off_time', 'entity_id': 'number.mr012345_prebrew_off_time',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -751,7 +751,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'prebrew_off', 'translation_key': 'prebrew_off',
'unique_id': 'MR01234_prebrew_off', 'unique_id': 'MR012345_prebrew_off',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---
@ -759,7 +759,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'LM01234 Prebrew on time', 'friendly_name': 'LM012345 Prebrew on time',
'max': 10, 'max': 10,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -767,7 +767,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.lm01234_prebrew_on_time', 'entity_id': 'number.lm012345_prebrew_on_time',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -791,7 +791,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'number.lm01234_prebrew_on_time', 'entity_id': 'number.lm012345_prebrew_on_time',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -808,7 +808,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'prebrew_on', 'translation_key': 'prebrew_on',
'unique_id': 'LM01234_prebrew_on', 'unique_id': 'LM012345_prebrew_on',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---
@ -816,7 +816,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'MR01234 Prebrew on time', 'friendly_name': 'MR012345 Prebrew on time',
'max': 10, 'max': 10,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -824,7 +824,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.mr01234_prebrew_on_time', 'entity_id': 'number.mr012345_prebrew_on_time',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -848,7 +848,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'number.mr01234_prebrew_on_time', 'entity_id': 'number.mr012345_prebrew_on_time',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -865,7 +865,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'prebrew_on', 'translation_key': 'prebrew_on',
'unique_id': 'MR01234_prebrew_on', 'unique_id': 'MR012345_prebrew_on',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---
@ -873,7 +873,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'LM01234 Preinfusion time', 'friendly_name': 'LM012345 Preinfusion time',
'max': 29, 'max': 29,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -881,7 +881,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.lm01234_preinfusion_time', 'entity_id': 'number.lm012345_preinfusion_time',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -905,7 +905,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'number.lm01234_preinfusion_time', 'entity_id': 'number.lm012345_preinfusion_time',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -922,7 +922,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'preinfusion_off', 'translation_key': 'preinfusion_off',
'unique_id': 'LM01234_preinfusion_off', 'unique_id': 'LM012345_preinfusion_off',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---
@ -930,7 +930,7 @@
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'MR01234 Preinfusion time', 'friendly_name': 'MR012345 Preinfusion time',
'max': 29, 'max': 29,
'min': 2, 'min': 2,
'mode': <NumberMode.AUTO: 'auto'>, 'mode': <NumberMode.AUTO: 'auto'>,
@ -938,7 +938,7 @@
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'number.mr01234_preinfusion_time', 'entity_id': 'number.mr012345_preinfusion_time',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -962,7 +962,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'number', 'domain': 'number',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'number.mr01234_preinfusion_time', 'entity_id': 'number.mr012345_preinfusion_time',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -979,7 +979,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'preinfusion_off', 'translation_key': 'preinfusion_off',
'unique_id': 'MR01234_preinfusion_off', 'unique_id': 'MR012345_preinfusion_off',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---

View File

@ -2,7 +2,7 @@
# name: test_pre_brew_infusion_select[GS3 AV] # name: test_pre_brew_infusion_select[GS3 AV]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Prebrew/-infusion mode', 'friendly_name': 'GS012345 Prebrew/-infusion mode',
'options': list([ 'options': list([
'disabled', 'disabled',
'prebrew', 'prebrew',
@ -10,7 +10,7 @@
]), ]),
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'select.gs01234_prebrew_infusion_mode', 'entity_id': 'select.gs012345_prebrew_infusion_mode',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -35,7 +35,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'select', 'domain': 'select',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'select.gs01234_prebrew_infusion_mode', 'entity_id': 'select.gs012345_prebrew_infusion_mode',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -52,14 +52,14 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'prebrew_infusion_select', 'translation_key': 'prebrew_infusion_select',
'unique_id': 'GS01234_prebrew_infusion_select', 'unique_id': 'GS012345_prebrew_infusion_select',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_pre_brew_infusion_select[Linea Mini] # name: test_pre_brew_infusion_select[Linea Mini]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'LM01234 Prebrew/-infusion mode', 'friendly_name': 'LM012345 Prebrew/-infusion mode',
'options': list([ 'options': list([
'disabled', 'disabled',
'prebrew', 'prebrew',
@ -67,7 +67,7 @@
]), ]),
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'select.lm01234_prebrew_infusion_mode', 'entity_id': 'select.lm012345_prebrew_infusion_mode',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -92,7 +92,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'select', 'domain': 'select',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'select.lm01234_prebrew_infusion_mode', 'entity_id': 'select.lm012345_prebrew_infusion_mode',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -109,14 +109,14 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'prebrew_infusion_select', 'translation_key': 'prebrew_infusion_select',
'unique_id': 'LM01234_prebrew_infusion_select', 'unique_id': 'LM012345_prebrew_infusion_select',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_pre_brew_infusion_select[Micra] # name: test_pre_brew_infusion_select[Micra]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'MR01234 Prebrew/-infusion mode', 'friendly_name': 'MR012345 Prebrew/-infusion mode',
'options': list([ 'options': list([
'disabled', 'disabled',
'prebrew', 'prebrew',
@ -124,7 +124,7 @@
]), ]),
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'select.mr01234_prebrew_infusion_mode', 'entity_id': 'select.mr012345_prebrew_infusion_mode',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -149,7 +149,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'select', 'domain': 'select',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'select.mr01234_prebrew_infusion_mode', 'entity_id': 'select.mr012345_prebrew_infusion_mode',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -166,21 +166,21 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'prebrew_infusion_select', 'translation_key': 'prebrew_infusion_select',
'unique_id': 'MR01234_prebrew_infusion_select', 'unique_id': 'MR012345_prebrew_infusion_select',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_smart_standby_mode # name: test_smart_standby_mode
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Smart standby mode', 'friendly_name': 'GS012345 Smart standby mode',
'options': list([ 'options': list([
'power_on', 'power_on',
'last_brewing', 'last_brewing',
]), ]),
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'select.gs01234_smart_standby_mode', 'entity_id': 'select.gs012345_smart_standby_mode',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -204,7 +204,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'select', 'domain': 'select',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'select.gs01234_smart_standby_mode', 'entity_id': 'select.gs012345_smart_standby_mode',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -221,14 +221,14 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'smart_standby_mode', 'translation_key': 'smart_standby_mode',
'unique_id': 'GS01234_smart_standby_mode', 'unique_id': 'GS012345_smart_standby_mode',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_steam_boiler_level[Micra] # name: test_steam_boiler_level[Micra]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'MR01234 Steam level', 'friendly_name': 'MR012345 Steam level',
'options': list([ 'options': list([
'1', '1',
'2', '2',
@ -236,7 +236,7 @@
]), ]),
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'select.mr01234_steam_level', 'entity_id': 'select.mr012345_steam_level',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -261,7 +261,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'select', 'domain': 'select',
'entity_category': None, 'entity_category': None,
'entity_id': 'select.mr01234_steam_level', 'entity_id': 'select.mr012345_steam_level',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -278,7 +278,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'steam_temp_select', 'translation_key': 'steam_temp_select',
'unique_id': 'MR01234_steam_temp_select', 'unique_id': 'MR012345_steam_temp_select',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---

View File

@ -1,5 +1,5 @@
# serializer version: 1 # serializer version: 1
# name: test_sensors[GS01234_current_coffee_temperature-entry] # name: test_sensors[GS012345_current_coffee_temperature-entry]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -13,7 +13,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'sensor', 'domain': 'sensor',
'entity_category': None, 'entity_category': None,
'entity_id': 'sensor.gs01234_current_coffee_temperature', 'entity_id': 'sensor.gs012345_current_coffee_temperature',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -33,27 +33,27 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'current_temp_coffee', 'translation_key': 'current_temp_coffee',
'unique_id': 'GS01234_current_temp_coffee', 'unique_id': 'GS012345_current_temp_coffee',
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}) })
# --- # ---
# name: test_sensors[GS01234_current_coffee_temperature-sensor] # name: test_sensors[GS012345_current_coffee_temperature-sensor]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'temperature', 'device_class': 'temperature',
'friendly_name': 'GS01234 Current coffee temperature', 'friendly_name': 'GS012345 Current coffee temperature',
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>, 'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'sensor.gs01234_current_coffee_temperature', 'entity_id': 'sensor.gs012345_current_coffee_temperature',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '96.5', 'state': '96.5',
}) })
# --- # ---
# name: test_sensors[GS01234_current_steam_temperature-entry] # name: test_sensors[GS012345_current_steam_temperature-entry]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -67,7 +67,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'sensor', 'domain': 'sensor',
'entity_category': None, 'entity_category': None,
'entity_id': 'sensor.gs01234_current_steam_temperature', 'entity_id': 'sensor.gs012345_current_steam_temperature',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -87,27 +87,27 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'current_temp_steam', 'translation_key': 'current_temp_steam',
'unique_id': 'GS01234_current_temp_steam', 'unique_id': 'GS012345_current_temp_steam',
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}) })
# --- # ---
# name: test_sensors[GS01234_current_steam_temperature-sensor] # name: test_sensors[GS012345_current_steam_temperature-sensor]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'temperature', 'device_class': 'temperature',
'friendly_name': 'GS01234 Current steam temperature', 'friendly_name': 'GS012345 Current steam temperature',
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>, 'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>, 'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'sensor.gs01234_current_steam_temperature', 'entity_id': 'sensor.gs012345_current_steam_temperature',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '123.800003051758', 'state': '123.800003051758',
}) })
# --- # ---
# name: test_sensors[GS01234_shot_timer-entry] # name: test_sensors[GS012345_shot_timer-entry]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -121,7 +121,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'sensor', 'domain': 'sensor',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>, 'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'sensor.gs01234_shot_timer', 'entity_id': 'sensor.gs012345_shot_timer',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -138,27 +138,27 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'shot_timer', 'translation_key': 'shot_timer',
'unique_id': 'GS01234_shot_timer', 'unique_id': 'GS012345_shot_timer',
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}) })
# --- # ---
# name: test_sensors[GS01234_shot_timer-sensor] # name: test_sensors[GS012345_shot_timer-sensor]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'device_class': 'duration', 'device_class': 'duration',
'friendly_name': 'GS01234 Shot timer', 'friendly_name': 'GS012345 Shot timer',
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>, 'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
'unit_of_measurement': <UnitOfTime.SECONDS: 's'>, 'unit_of_measurement': <UnitOfTime.SECONDS: 's'>,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'sensor.gs01234_shot_timer', 'entity_id': 'sensor.gs012345_shot_timer',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '0', 'state': '0',
}) })
# --- # ---
# name: test_sensors[GS01234_total_coffees_made-entry] # name: test_sensors[GS012345_total_coffees_made-entry]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -172,7 +172,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'sensor', 'domain': 'sensor',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>, 'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'sensor.gs01234_total_coffees_made', 'entity_id': 'sensor.gs012345_total_coffees_made',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -189,26 +189,26 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'drink_stats_coffee', 'translation_key': 'drink_stats_coffee',
'unique_id': 'GS01234_drink_stats_coffee', 'unique_id': 'GS012345_drink_stats_coffee',
'unit_of_measurement': 'drinks', 'unit_of_measurement': 'drinks',
}) })
# --- # ---
# name: test_sensors[GS01234_total_coffees_made-sensor] # name: test_sensors[GS012345_total_coffees_made-sensor]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Total coffees made', 'friendly_name': 'GS012345 Total coffees made',
'state_class': <SensorStateClass.TOTAL_INCREASING: 'total_increasing'>, 'state_class': <SensorStateClass.TOTAL_INCREASING: 'total_increasing'>,
'unit_of_measurement': 'drinks', 'unit_of_measurement': 'drinks',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'sensor.gs01234_total_coffees_made', 'entity_id': 'sensor.gs012345_total_coffees_made',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
'state': '1047', 'state': '1047',
}) })
# --- # ---
# name: test_sensors[GS01234_total_flushes_made-entry] # name: test_sensors[GS012345_total_flushes_made-entry]
EntityRegistryEntrySnapshot({ EntityRegistryEntrySnapshot({
'aliases': set({ 'aliases': set({
}), }),
@ -222,7 +222,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'sensor', 'domain': 'sensor',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>, 'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'sensor.gs01234_total_flushes_made', 'entity_id': 'sensor.gs012345_total_flushes_made',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -239,19 +239,19 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'drink_stats_flushing', 'translation_key': 'drink_stats_flushing',
'unique_id': 'GS01234_drink_stats_flushing', 'unique_id': 'GS012345_drink_stats_flushing',
'unit_of_measurement': 'drinks', 'unit_of_measurement': 'drinks',
}) })
# --- # ---
# name: test_sensors[GS01234_total_flushes_made-sensor] # name: test_sensors[GS012345_total_flushes_made-sensor]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Total flushes made', 'friendly_name': 'GS012345 Total flushes made',
'state_class': <SensorStateClass.TOTAL_INCREASING: 'total_increasing'>, 'state_class': <SensorStateClass.TOTAL_INCREASING: 'total_increasing'>,
'unit_of_measurement': 'drinks', 'unit_of_measurement': 'drinks',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'sensor.gs01234_total_flushes_made', 'entity_id': 'sensor.gs012345_total_flushes_made',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,

View File

@ -11,7 +11,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'switch', 'domain': 'switch',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'switch.gs01234_auto_on_off_os2oswx', 'entity_id': 'switch.gs012345_auto_on_off_os2oswx',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -28,7 +28,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'auto_on_off', 'translation_key': 'auto_on_off',
'unique_id': 'GS01234_auto_on_off_Os2OswX', 'unique_id': 'GS012345_auto_on_off_Os2OswX',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
@ -44,7 +44,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'switch', 'domain': 'switch',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'switch.gs01234_auto_on_off_axfz5bj', 'entity_id': 'switch.gs012345_auto_on_off_axfz5bj',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -61,17 +61,17 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'auto_on_off', 'translation_key': 'auto_on_off',
'unique_id': 'GS01234_auto_on_off_aXFz5bJ', 'unique_id': 'GS012345_auto_on_off_aXFz5bJ',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_auto_on_off_switches[state.auto_on_off_Os2OswX] # name: test_auto_on_off_switches[state.auto_on_off_Os2OswX]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Auto on/off (Os2OswX)', 'friendly_name': 'GS012345 Auto on/off (Os2OswX)',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'switch.gs01234_auto_on_off_os2oswx', 'entity_id': 'switch.gs012345_auto_on_off_os2oswx',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -81,10 +81,10 @@
# name: test_auto_on_off_switches[state.auto_on_off_aXFz5bJ] # name: test_auto_on_off_switches[state.auto_on_off_aXFz5bJ]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Auto on/off (aXFz5bJ)', 'friendly_name': 'GS012345 Auto on/off (aXFz5bJ)',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'switch.gs01234_auto_on_off_axfz5bj', 'entity_id': 'switch.gs012345_auto_on_off_axfz5bj',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -105,7 +105,7 @@
'identifiers': set({ 'identifiers': set({
tuple( tuple(
'lamarzocco', 'lamarzocco',
'GS01234', 'GS012345',
), ),
}), }),
'is_new': False, 'is_new': False,
@ -114,10 +114,10 @@
'manufacturer': 'La Marzocco', 'manufacturer': 'La Marzocco',
'model': <MachineModel.GS3_AV: 'GS3 AV'>, 'model': <MachineModel.GS3_AV: 'GS3 AV'>,
'model_id': <MachineModel.GS3_AV: 'GS3 AV'>, 'model_id': <MachineModel.GS3_AV: 'GS3 AV'>,
'name': 'GS01234', 'name': 'GS012345',
'name_by_user': None, 'name_by_user': None,
'primary_config_entry': <ANY>, 'primary_config_entry': <ANY>,
'serial_number': 'GS01234', 'serial_number': 'GS012345',
'suggested_area': None, 'suggested_area': None,
'sw_version': '1.40', 'sw_version': '1.40',
'via_device_id': None, 'via_device_id': None,
@ -126,10 +126,10 @@
# name: test_switches[-set_power-kwargs0] # name: test_switches[-set_power-kwargs0]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234', 'friendly_name': 'GS012345',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'switch.gs01234', 'entity_id': 'switch.gs012345',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -148,7 +148,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'switch', 'domain': 'switch',
'entity_category': None, 'entity_category': None,
'entity_id': 'switch.gs01234', 'entity_id': 'switch.gs012345',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -165,17 +165,17 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'main', 'translation_key': 'main',
'unique_id': 'GS01234_main', 'unique_id': 'GS012345_main',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_switches[_smart_standby_enabled-set_smart_standby-kwargs2] # name: test_switches[_smart_standby_enabled-set_smart_standby-kwargs2]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Smart standby enabled', 'friendly_name': 'GS012345 Smart standby enabled',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'switch.gs01234_smart_standby_enabled', 'entity_id': 'switch.gs012345_smart_standby_enabled',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -194,7 +194,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'switch', 'domain': 'switch',
'entity_category': <EntityCategory.CONFIG: 'config'>, 'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'switch.gs01234_smart_standby_enabled', 'entity_id': 'switch.gs012345_smart_standby_enabled',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -211,17 +211,17 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'smart_standby_enabled', 'translation_key': 'smart_standby_enabled',
'unique_id': 'GS01234_smart_standby_enabled', 'unique_id': 'GS012345_smart_standby_enabled',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
# name: test_switches[_steam_boiler-set_steam-kwargs1] # name: test_switches[_steam_boiler-set_steam-kwargs1]
StateSnapshot({ StateSnapshot({
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'friendly_name': 'GS01234 Steam boiler', 'friendly_name': 'GS012345 Steam boiler',
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'switch.gs01234_steam_boiler', 'entity_id': 'switch.gs012345_steam_boiler',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -240,7 +240,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'switch', 'domain': 'switch',
'entity_category': None, 'entity_category': None,
'entity_id': 'switch.gs01234_steam_boiler', 'entity_id': 'switch.gs012345_steam_boiler',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -257,7 +257,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': 0, 'supported_features': 0,
'translation_key': 'steam_boiler', 'translation_key': 'steam_boiler',
'unique_id': 'GS01234_steam_boiler_enable', 'unique_id': 'GS012345_steam_boiler_enable',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---

View File

@ -6,7 +6,7 @@
'device_class': 'firmware', 'device_class': 'firmware',
'display_precision': 0, 'display_precision': 0,
'entity_picture': 'https://brands.home-assistant.io/_/lamarzocco/icon.png', 'entity_picture': 'https://brands.home-assistant.io/_/lamarzocco/icon.png',
'friendly_name': 'GS01234 Gateway firmware', 'friendly_name': 'GS012345 Gateway firmware',
'in_progress': False, 'in_progress': False,
'installed_version': 'v3.1-rc4', 'installed_version': 'v3.1-rc4',
'latest_version': 'v3.5-rc3', 'latest_version': 'v3.5-rc3',
@ -18,7 +18,7 @@
'update_percentage': None, 'update_percentage': None,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'update.gs01234_gateway_firmware', 'entity_id': 'update.gs012345_gateway_firmware',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -37,7 +37,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'update', 'domain': 'update',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>, 'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'update.gs01234_gateway_firmware', 'entity_id': 'update.gs012345_gateway_firmware',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -54,7 +54,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': <UpdateEntityFeature: 1>, 'supported_features': <UpdateEntityFeature: 1>,
'translation_key': 'gateway_firmware', 'translation_key': 'gateway_firmware',
'unique_id': 'GS01234_gateway_firmware', 'unique_id': 'GS012345_gateway_firmware',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---
@ -65,7 +65,7 @@
'device_class': 'firmware', 'device_class': 'firmware',
'display_precision': 0, 'display_precision': 0,
'entity_picture': 'https://brands.home-assistant.io/_/lamarzocco/icon.png', 'entity_picture': 'https://brands.home-assistant.io/_/lamarzocco/icon.png',
'friendly_name': 'GS01234 Machine firmware', 'friendly_name': 'GS012345 Machine firmware',
'in_progress': False, 'in_progress': False,
'installed_version': '1.40', 'installed_version': '1.40',
'latest_version': '1.55', 'latest_version': '1.55',
@ -77,7 +77,7 @@
'update_percentage': None, 'update_percentage': None,
}), }),
'context': <ANY>, 'context': <ANY>,
'entity_id': 'update.gs01234_machine_firmware', 'entity_id': 'update.gs012345_machine_firmware',
'last_changed': <ANY>, 'last_changed': <ANY>,
'last_reported': <ANY>, 'last_reported': <ANY>,
'last_updated': <ANY>, 'last_updated': <ANY>,
@ -96,7 +96,7 @@
'disabled_by': None, 'disabled_by': None,
'domain': 'update', 'domain': 'update',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>, 'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'update.gs01234_machine_firmware', 'entity_id': 'update.gs012345_machine_firmware',
'has_entity_name': True, 'has_entity_name': True,
'hidden_by': None, 'hidden_by': None,
'icon': None, 'icon': None,
@ -113,7 +113,7 @@
'previous_unique_id': None, 'previous_unique_id': None,
'supported_features': <UpdateEntityFeature: 1>, 'supported_features': <UpdateEntityFeature: 1>,
'translation_key': 'machine_firmware', 'translation_key': 'machine_firmware',
'unique_id': 'GS01234_machine_firmware', 'unique_id': 'GS012345_machine_firmware',
'unit_of_measurement': None, 'unit_of_measurement': None,
}) })
# --- # ---