mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix inconsistent spelling of "Wi-Fi" in unifiprotect
(#149311)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
56fb59e48e
commit
cbf4409db3
@ -357,7 +357,7 @@
|
|||||||
"name": "Link speed"
|
"name": "Link speed"
|
||||||
},
|
},
|
||||||
"wifi_signal_strength": {
|
"wifi_signal_strength": {
|
||||||
"name": "WiFi signal strength"
|
"name": "Wi-Fi signal strength"
|
||||||
},
|
},
|
||||||
"oldest_recording": {
|
"oldest_recording": {
|
||||||
"name": "Oldest recording"
|
"name": "Oldest recording"
|
||||||
|
@ -406,7 +406,7 @@ async def test_sensor_setup_camera(
|
|||||||
assert state.state == "1000"
|
assert state.state == "1000"
|
||||||
assert state.attributes[ATTR_ATTRIBUTION] == DEFAULT_ATTRIBUTION
|
assert state.attributes[ATTR_ATTRIBUTION] == DEFAULT_ATTRIBUTION
|
||||||
|
|
||||||
# WiFi signal
|
# Wi-Fi signal
|
||||||
unique_id, entity_id = await ids_from_device_description(
|
unique_id, entity_id = await ids_from_device_description(
|
||||||
hass,
|
hass,
|
||||||
Platform.SENSOR,
|
Platform.SENSOR,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user