mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 10:07:14 +01:00
* Add unique home ID device dispatch * Adding fixture for new setup * Minor refactor work * Add check for unlinked to different homes * If the interface returns an error * Proper error handling * Feedback fixes * Comments for error in client * Typo * Update homeassistant/components/tado/__init__.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/tado/__init__.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update devices fix standard * Dispatch out of loop * Update dispatcher * Clean up --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
27 lines
613 B
JSON
27 lines
613 B
JSON
[
|
|
{
|
|
"name": "Home",
|
|
"id": 123456,
|
|
"settings": {
|
|
"geoTrackingEnabled": false,
|
|
"specialOffersEnabled": false,
|
|
"onDemandLogRetrievalEnabled": false,
|
|
"pushNotifications": {
|
|
"lowBatteryReminder": true,
|
|
"awayModeReminder": true,
|
|
"homeModeReminder": true,
|
|
"openWindowReminder": true,
|
|
"energySavingsReportReminder": true,
|
|
"incidentDetection": true,
|
|
"energyIqReminder": false
|
|
}
|
|
},
|
|
"deviceMetadata": {
|
|
"platform": "Android",
|
|
"osVersion": "14",
|
|
"model": "Samsung",
|
|
"locale": "nl"
|
|
}
|
|
}
|
|
]
|