Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5762,6 +5762,99 @@
],
"id": "rainmeter"
},
{
"name": {
"en": "Thermo-/hygrometer (Cloud)",
"nl": "Thermo-/hygrometer (Cloud)"
},
"class": "sensor",
"capabilities": [],
"platforms": [
"local"
],
"connectivity": [
"cloud"
],
"images": {
"small": "/drivers/thermohygrometer/assets/images/small.png",
"large": "/drivers/thermohygrometer/assets/images/large.png",
"xlarge": "/drivers/thermohygrometer/assets/images/xlarge.png"
},
"pair": [
{
"id": "login"
}
],
"repair": [
{
"id": "login"
}
],
"settings": [
{
"type": "group",
"label": {
"en": "Cloud Connection",
"nl": "Cloud Verbinding"
},
"children": [
{
"id": "cloud_email",
"type": "text",
"label": {
"en": "Email",
"nl": "E-mail"
},
"value": "",
"hint": {
"en": "Your HomeWizard Energy account email",
"nl": "Uw HomeWizard Energy account e-mail"
}
},
{
"id": "cloud_password",
"type": "password",
"label": {
"en": "Password",
"nl": "Wachtwoord"
},
"value": "",
"hint": {
"en": "Your HomeWizard Energy account password",
"nl": "Uw HomeWizard Energy account wachtwoord"
}
},
{
"id": "location_id",
"type": "text",
"label": {
"en": "Location ID",
"nl": "Locatie ID"
},
"value": "",
"hint": {
"en": "Internal location identifier",
"nl": "Interne locatie-identificatie"
}
},
{
"id": "location_name",
"type": "text",
"label": {
"en": "Location Name",
"nl": "Locatie Naam"
},
"value": "",
"hint": {
"en": "Name of your home in HomeWizard Energy app",
"nl": "Naam van uw woning in HomeWizard Energy app"
}
}
]
}
],
"id": "thermohygrometer"
},
{
"name": {
"en": "Thermometer",
Expand Down
4 changes: 4 additions & 0 deletions drivers/thermohygrometer/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added drivers/thermohygrometer/assets/images/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added drivers/thermohygrometer/assets/images/xlarge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading