Update tests with lower case naming

This commit is contained in:
Allen Porter
2023-10-21 23:13:58 +00:00
parent 3bc27ae7c1
commit fe6bf2d8d2

View File

@@ -293,7 +293,7 @@ async def test_device_battery_level(
assert state.state == "60"
assert state.attributes == {
"attribution": "Data provided by Fitbit.com",
"friendly_name": "Charge 2 Battery Level",
"friendly_name": "Charge 2 Battery level",
"device_class": "battery",
"unit_of_measurement": "%",
}
@@ -303,7 +303,7 @@ async def test_device_battery_level(
assert state.state == "95"
assert state.attributes == {
"attribution": "Data provided by Fitbit.com",
"friendly_name": "Aria Air Battery Level",
"friendly_name": "Aria Air Battery level",
"device_class": "battery",
"unit_of_measurement": "%",
}