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:
Norbert Rittel 2025-04-22 09:05:01 +02:00 committed by GitHub
parent 78afd566ec
commit 2f6ad8ea4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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',

View File

@ -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>,