mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 17:09:32 +00:00
Change ATTR_BATTERY_STATE_UNPLUGGED for ios component (#22152)
* AH - Updated Text Description of ATTR_BATTERY_STATE_UNPLUGGED * AH - updated device_tracker ios test to use new battery state description
This commit is contained in:
@@ -626,7 +626,7 @@ def test_see_schema_allowing_ios_calls():
|
||||
device_tracker.SERVICE_SEE_PAYLOAD_SCHEMA({
|
||||
'dev_id': 'Test',
|
||||
"battery": 35,
|
||||
"battery_status": 'Unplugged',
|
||||
"battery_status": 'Not Charging',
|
||||
"gps": [10.0, 10.0],
|
||||
"gps_accuracy": 300,
|
||||
"hostname": 'beer',
|
||||
|
||||
Reference in New Issue
Block a user