mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix typo in Homee (#140759)
* Update strings.json Fixed typo * Update homeassistant/components/homee/strings.json * Fix --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
15e983e997
commit
a9949aece0
@ -56,10 +56,10 @@
|
|||||||
"name": "Malfunction"
|
"name": "Malfunction"
|
||||||
},
|
},
|
||||||
"maximum": {
|
"maximum": {
|
||||||
"name": "Maximumn level"
|
"name": "Maximum level"
|
||||||
},
|
},
|
||||||
"minimum": {
|
"minimum": {
|
||||||
"name": "Minumum level"
|
"name": "Minimum level"
|
||||||
},
|
},
|
||||||
"motor_blocked": {
|
"motor_blocked": {
|
||||||
"name": "Motor blocked"
|
"name": "Motor blocked"
|
||||||
|
@ -526,7 +526,7 @@
|
|||||||
'state': 'off',
|
'state': 'off',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_sensor_snapshot[binary_sensor.test_binary_sensor_maximumn_level-entry]
|
# name: test_sensor_snapshot[binary_sensor.test_binary_sensor_maximum_level-entry]
|
||||||
EntityRegistryEntrySnapshot({
|
EntityRegistryEntrySnapshot({
|
||||||
'aliases': set({
|
'aliases': set({
|
||||||
}),
|
}),
|
||||||
@ -539,7 +539,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.test_binary_sensor_maximumn_level',
|
'entity_id': 'binary_sensor.test_binary_sensor_maximum_level',
|
||||||
'has_entity_name': True,
|
'has_entity_name': True,
|
||||||
'hidden_by': None,
|
'hidden_by': None,
|
||||||
'icon': None,
|
'icon': None,
|
||||||
@ -551,7 +551,7 @@
|
|||||||
}),
|
}),
|
||||||
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
||||||
'original_icon': None,
|
'original_icon': None,
|
||||||
'original_name': 'Maximumn level',
|
'original_name': 'Maximum level',
|
||||||
'platform': 'homee',
|
'platform': 'homee',
|
||||||
'previous_unique_id': None,
|
'previous_unique_id': None,
|
||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
@ -560,21 +560,21 @@
|
|||||||
'unit_of_measurement': None,
|
'unit_of_measurement': None,
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_sensor_snapshot[binary_sensor.test_binary_sensor_maximumn_level-state]
|
# name: test_sensor_snapshot[binary_sensor.test_binary_sensor_maximum_level-state]
|
||||||
StateSnapshot({
|
StateSnapshot({
|
||||||
'attributes': ReadOnlyDict({
|
'attributes': ReadOnlyDict({
|
||||||
'device_class': 'problem',
|
'device_class': 'problem',
|
||||||
'friendly_name': 'Test Binary Sensor Maximumn level',
|
'friendly_name': 'Test Binary Sensor Maximum level',
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'binary_sensor.test_binary_sensor_maximumn_level',
|
'entity_id': 'binary_sensor.test_binary_sensor_maximum_level',
|
||||||
'last_changed': <ANY>,
|
'last_changed': <ANY>,
|
||||||
'last_reported': <ANY>,
|
'last_reported': <ANY>,
|
||||||
'last_updated': <ANY>,
|
'last_updated': <ANY>,
|
||||||
'state': 'off',
|
'state': 'off',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_sensor_snapshot[binary_sensor.test_binary_sensor_minumum_level-entry]
|
# name: test_sensor_snapshot[binary_sensor.test_binary_sensor_minimum_level-entry]
|
||||||
EntityRegistryEntrySnapshot({
|
EntityRegistryEntrySnapshot({
|
||||||
'aliases': set({
|
'aliases': set({
|
||||||
}),
|
}),
|
||||||
@ -587,7 +587,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.test_binary_sensor_minumum_level',
|
'entity_id': 'binary_sensor.test_binary_sensor_minimum_level',
|
||||||
'has_entity_name': True,
|
'has_entity_name': True,
|
||||||
'hidden_by': None,
|
'hidden_by': None,
|
||||||
'icon': None,
|
'icon': None,
|
||||||
@ -599,7 +599,7 @@
|
|||||||
}),
|
}),
|
||||||
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
||||||
'original_icon': None,
|
'original_icon': None,
|
||||||
'original_name': 'Minumum level',
|
'original_name': 'Minimum level',
|
||||||
'platform': 'homee',
|
'platform': 'homee',
|
||||||
'previous_unique_id': None,
|
'previous_unique_id': None,
|
||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
@ -608,14 +608,14 @@
|
|||||||
'unit_of_measurement': None,
|
'unit_of_measurement': None,
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_sensor_snapshot[binary_sensor.test_binary_sensor_minumum_level-state]
|
# name: test_sensor_snapshot[binary_sensor.test_binary_sensor_minimum_level-state]
|
||||||
StateSnapshot({
|
StateSnapshot({
|
||||||
'attributes': ReadOnlyDict({
|
'attributes': ReadOnlyDict({
|
||||||
'device_class': 'problem',
|
'device_class': 'problem',
|
||||||
'friendly_name': 'Test Binary Sensor Minumum level',
|
'friendly_name': 'Test Binary Sensor Minimum level',
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'binary_sensor.test_binary_sensor_minumum_level',
|
'entity_id': 'binary_sensor.test_binary_sensor_minimum_level',
|
||||||
'last_changed': <ANY>,
|
'last_changed': <ANY>,
|
||||||
'last_reported': <ANY>,
|
'last_reported': <ANY>,
|
||||||
'last_updated': <ANY>,
|
'last_updated': <ANY>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user