mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update snapshot to fix CI (#131725)
This commit is contained in:
parent
f4b57617fb
commit
e05401a922
@ -29,7 +29,7 @@
|
|||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
'translation_key': 'long_capacity',
|
'translation_key': 'long_capacity',
|
||||||
'unique_id': 'IJDok-long_capacity',
|
'unique_id': 'IJDok-long_capacity',
|
||||||
'unit_of_measurement': None,
|
'unit_of_measurement': 'cars',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_all_sensors[sensor.ijdok_long_parking_capacity-state]
|
# name: test_all_sensors[sensor.ijdok_long_parking_capacity-state]
|
||||||
@ -37,6 +37,7 @@
|
|||||||
'attributes': ReadOnlyDict({
|
'attributes': ReadOnlyDict({
|
||||||
'attribution': 'Data provided by municipality of Amsterdam',
|
'attribution': 'Data provided by municipality of Amsterdam',
|
||||||
'friendly_name': 'IJDok Long parking capacity',
|
'friendly_name': 'IJDok Long parking capacity',
|
||||||
|
'unit_of_measurement': 'cars',
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'sensor.ijdok_long_parking_capacity',
|
'entity_id': 'sensor.ijdok_long_parking_capacity',
|
||||||
@ -78,7 +79,7 @@
|
|||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
'translation_key': 'free_space_long',
|
'translation_key': 'free_space_long',
|
||||||
'unique_id': 'IJDok-free_space_long',
|
'unique_id': 'IJDok-free_space_long',
|
||||||
'unit_of_measurement': None,
|
'unit_of_measurement': 'cars',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_all_sensors[sensor.ijdok_long_parking_free_space-state]
|
# name: test_all_sensors[sensor.ijdok_long_parking_free_space-state]
|
||||||
@ -87,6 +88,7 @@
|
|||||||
'attribution': 'Data provided by municipality of Amsterdam',
|
'attribution': 'Data provided by municipality of Amsterdam',
|
||||||
'friendly_name': 'IJDok Long parking free space',
|
'friendly_name': 'IJDok Long parking free space',
|
||||||
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
||||||
|
'unit_of_measurement': 'cars',
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'sensor.ijdok_long_parking_free_space',
|
'entity_id': 'sensor.ijdok_long_parking_free_space',
|
||||||
@ -126,7 +128,7 @@
|
|||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
'translation_key': 'short_capacity',
|
'translation_key': 'short_capacity',
|
||||||
'unique_id': 'IJDok-short_capacity',
|
'unique_id': 'IJDok-short_capacity',
|
||||||
'unit_of_measurement': None,
|
'unit_of_measurement': 'cars',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_all_sensors[sensor.ijdok_short_parking_capacity-state]
|
# name: test_all_sensors[sensor.ijdok_short_parking_capacity-state]
|
||||||
@ -134,6 +136,7 @@
|
|||||||
'attributes': ReadOnlyDict({
|
'attributes': ReadOnlyDict({
|
||||||
'attribution': 'Data provided by municipality of Amsterdam',
|
'attribution': 'Data provided by municipality of Amsterdam',
|
||||||
'friendly_name': 'IJDok Short parking capacity',
|
'friendly_name': 'IJDok Short parking capacity',
|
||||||
|
'unit_of_measurement': 'cars',
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'sensor.ijdok_short_parking_capacity',
|
'entity_id': 'sensor.ijdok_short_parking_capacity',
|
||||||
@ -175,7 +178,7 @@
|
|||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
'translation_key': 'free_space_short',
|
'translation_key': 'free_space_short',
|
||||||
'unique_id': 'IJDok-free_space_short',
|
'unique_id': 'IJDok-free_space_short',
|
||||||
'unit_of_measurement': None,
|
'unit_of_measurement': 'cars',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_all_sensors[sensor.ijdok_short_parking_free_space-state]
|
# name: test_all_sensors[sensor.ijdok_short_parking_free_space-state]
|
||||||
@ -184,6 +187,7 @@
|
|||||||
'attribution': 'Data provided by municipality of Amsterdam',
|
'attribution': 'Data provided by municipality of Amsterdam',
|
||||||
'friendly_name': 'IJDok Short parking free space',
|
'friendly_name': 'IJDok Short parking free space',
|
||||||
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
||||||
|
'unit_of_measurement': 'cars',
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'sensor.ijdok_short_parking_free_space',
|
'entity_id': 'sensor.ijdok_short_parking_free_space',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user