mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05:00
Fix sentence-casing of two tesla_fleet user-facing strings (#151829)
This commit is contained in:
@@ -442,7 +442,7 @@
|
||||
"name": "Odometer"
|
||||
},
|
||||
"island_status": {
|
||||
"name": "Grid Status",
|
||||
"name": "Grid status",
|
||||
"state": {
|
||||
"island_status_unknown": "Unknown",
|
||||
"on_grid": "[%key:common::state::connected%]",
|
||||
@@ -452,7 +452,7 @@
|
||||
}
|
||||
},
|
||||
"storm_mode_active": {
|
||||
"name": "Storm Watch active"
|
||||
"name": "Storm watch active"
|
||||
},
|
||||
"vehicle_state_tpms_pressure_fl": {
|
||||
"name": "Tire pressure front left"
|
||||
|
||||
@@ -1757,7 +1757,7 @@
|
||||
}),
|
||||
'original_device_class': <SensorDeviceClass.ENUM: 'enum'>,
|
||||
'original_icon': None,
|
||||
'original_name': 'Grid Status',
|
||||
'original_name': 'Grid status',
|
||||
'platform': 'tesla_fleet',
|
||||
'previous_unique_id': None,
|
||||
'suggested_object_id': None,
|
||||
@@ -1771,7 +1771,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'device_class': 'enum',
|
||||
'friendly_name': 'Energy Site Grid Status',
|
||||
'friendly_name': 'Energy Site Grid status',
|
||||
'options': list([
|
||||
'island_status_unknown',
|
||||
'on_grid',
|
||||
@@ -1792,7 +1792,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'device_class': 'enum',
|
||||
'friendly_name': 'Energy Site Grid Status',
|
||||
'friendly_name': 'Energy Site Grid status',
|
||||
'options': list([
|
||||
'island_status_unknown',
|
||||
'on_grid',
|
||||
|
||||
Reference in New Issue
Block a user