mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix sentence-casing in intellifire
(#143435)
* Fix sentence-casing in `intellifire` * Update test_sensor.ambr * Update test_binary_sensor.ambr
This commit is contained in:
parent
78afd566ec
commit
2f6ad8ea4a
@ -7,7 +7,7 @@
|
||||
"description": "Select fireplace by serial number:"
|
||||
},
|
||||
"cloud_api": {
|
||||
"description": "Authenticate against IntelliFire Cloud",
|
||||
"description": "Authenticate against IntelliFire cloud",
|
||||
"data_description": {
|
||||
"username": "Your IntelliFire app username",
|
||||
"password": "Your IntelliFire app password"
|
||||
@ -45,7 +45,7 @@
|
||||
"name": "Pilot flame error"
|
||||
},
|
||||
"flame_error": {
|
||||
"name": "Flame Error"
|
||||
"name": "Flame error"
|
||||
},
|
||||
"fan_delay_error": {
|
||||
"name": "Fan delay error"
|
||||
@ -104,7 +104,7 @@
|
||||
"name": "Target temperature"
|
||||
},
|
||||
"fan_speed": {
|
||||
"name": "Fan Speed"
|
||||
"name": "Fan speed"
|
||||
},
|
||||
"timer_end_timestamp": {
|
||||
"name": "Timer end"
|
||||
|
@ -366,7 +366,7 @@
|
||||
}),
|
||||
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
||||
'original_icon': None,
|
||||
'original_name': 'Flame Error',
|
||||
'original_name': 'Flame error',
|
||||
'platform': 'intellifire',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -380,7 +380,7 @@
|
||||
'attributes': ReadOnlyDict({
|
||||
'attribution': 'Data provided by unpublished Intellifire API',
|
||||
'device_class': 'problem',
|
||||
'friendly_name': 'IntelliFire Flame Error',
|
||||
'friendly_name': 'IntelliFire Flame error',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
'entity_id': 'binary_sensor.intellifire_flame_error',
|
||||
|
@ -171,7 +171,7 @@
|
||||
}),
|
||||
'original_device_class': None,
|
||||
'original_icon': None,
|
||||
'original_name': 'Fan Speed',
|
||||
'original_name': 'Fan speed',
|
||||
'platform': 'intellifire',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -184,7 +184,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'attribution': 'Data provided by unpublished Intellifire API',
|
||||
'friendly_name': 'IntelliFire Fan Speed',
|
||||
'friendly_name': 'IntelliFire Fan speed',
|
||||
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
||||
}),
|
||||
'context': <ANY>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user