hass-core/tests/components/ondilo_ico/fixtures/pool1.json
JeromeHXP c9930d912e
Handle errors retrieving Ondilo data and bump ondilo to 0.5.0 (#115926)
* Bump ondilo to 0.5.0 and handle errors retrieving data

* Bump ondilo to 0.5.0 and handle errors retrieving data

* Updated ruff recommendation

* Refactor

* Refactor

* Added exception log and updated call to update data

* Updated test cases to test through state machine

* Updated test cases

* Updated test cases after comments

* REnamed file

---------

Co-authored-by: Joostlek <joostlek@outlook.com>
2024-05-06 14:41:28 +02:00

19 lines
419 B
JSON

{
"id": 1,
"name": "Pool 1",
"type": "outdoor_inground_pool",
"volume": 100,
"disinfection": {
"primary": "chlorine",
"secondary": { "uv_sanitizer": false, "ozonator": false }
},
"address": {
"street": "1 Rue de Paris",
"zipcode": "75000",
"city": "Paris",
"country": "France",
"latitude": 48.861783,
"longitude": 2.337421
},
"updated_at": "2024-01-01T01:00:00+0000"
}