-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from mattdavis90/tado-x
feat: TadoX Support
- Loading branch information
Showing
11 changed files
with
1,002 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"tado": { | ||
"label": { | ||
"api-call": "API Call", | ||
"child-lock": "Childlock", | ||
"config-name": "Tado Config", | ||
"device-id": "Device ID", | ||
"end-date": "End Date (yyyy-mm-dd)", | ||
"geo-tracking": "Geo Tracking", | ||
"heating-power": "Heating On/Off", | ||
"home-id": "Home ID", | ||
"presence": "Presence", | ||
"quick-action": "Quick Actions", | ||
"reading": "Reading", | ||
"reading-date": "Reading Date (yyyy-mm-dd)", | ||
"reading-id": "Reading ID", | ||
"report-date": "Report Date (yyyy-mm-dd)", | ||
"room-id": "Room ID", | ||
"start-date": "Start Date (yyyy-mm-dd)", | ||
"tariff-id": "Tariff ID", | ||
"tariff-in-cents": "Tariff (cents)", | ||
"temperature": "Temperature (C)", | ||
"temperature-offset": "Temperature Offset (C)", | ||
"termination-timeout": "Termination Timeout (secs)", | ||
"termination-type": "Type of Termination", | ||
"timetable-id": "Timetable ID", | ||
"unit": "Unit" | ||
}, | ||
"option": { | ||
"add-energy-iq-meter-readings": "Add Energy Meter Reading", | ||
"add-energy-iq-tariff": "Add Energy Tariff", | ||
"all-off": "All Off", | ||
"auto-presence": "Auto", | ||
"away": "Away", | ||
"boost": "Boost", | ||
"delete-energy-iq-meter-readings": "Delete Energy Meter Reading", | ||
"disabled": "Disabled", | ||
"enabled": "Enabled", | ||
"get-actionable-devices": "Get Actionable Devices", | ||
"get-air-comfort": "Get Air Comfort", | ||
"get-air-comfort-detailed": "Get Detailed Air Comfort", | ||
"get-energy-iq-meter-readings": "Get Energy Meter Readings", | ||
"get-energy-iq-tariff": "Get Energy Tariff", | ||
"get-features": "Get Home's Features", | ||
"get-heating-circuits": "Get all Heating Circuits", | ||
"get-home": "Get the Home's Info", | ||
"get-home-summary": "Get the Home's Summary", | ||
"get-installations": "Get all Installations", | ||
"get-me": "Get the Current User", | ||
"get-mobile-device": "Get a Mobile Device", | ||
"get-mobile-device-settings": "Get a Mobile Device's Settings", | ||
"get-mobile-devices": "Get all Mobile Devices", | ||
"get-room-state": "Get Room State", | ||
"get-rooms": "Get Rooms", | ||
"get-rooms-and-devices": "Get Rooms and Devices", | ||
"get-state": "Get the Home's State", | ||
"get-users": "Get all Users", | ||
"get-weather": "Get the Weather", | ||
"home": "Home", | ||
"is-anyone-at-home": "Is Anyone at Home?", | ||
"locked": "Locked", | ||
"manual": "Manual Termination", | ||
"manual-control": "Manual Control", | ||
"next-block": "Next Time Block", | ||
"off": "Off", | ||
"on": "On", | ||
"quick-action": "Perform a Quick Action", | ||
"resume-schedule": "Resume Schedule", | ||
"set-child-lock": "Set Childlock", | ||
"set-device-temperature-offset": "Set Device Temperature Offset", | ||
"set-geo-tracking": "Set Geo Tracking for a Mobile Device", | ||
"set-presence": "Set Presence", | ||
"timer": "Timer Based Termination", | ||
"unit-kwh": "kWh", | ||
"unit-m3": "m3", | ||
"unlocked": "Unlocked", | ||
"update-energy-iq-tariff": "Update Energy Tariff", | ||
"update-presence": "Update Presence" | ||
}, | ||
"optgroup": { | ||
"account": "Account", | ||
"energy-iq": "Energy IQ", | ||
"home": "Home", | ||
"mobiledevice": "Mobile Device", | ||
"presence": "Presence", | ||
"rooms": "Rooms" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.