Skip to content

Instantly share code, notes, and snippets.

@nayelyzarazua-bluetrail
Last active December 22, 2020 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nayelyzarazua-bluetrail/21d845cd8a64ea5cb3d2f645e5cb0584 to your computer and use it in GitHub Desktop.
Save nayelyzarazua-bluetrail/21d845cd8a64ea5cb3d2f645e5cb0584 to your computer and use it in GitHub Desktop.
deviceConfiguration_enabledValues
{
"type": "dth",
"dashboard": {
"states": [
{
"component": "main",
"capability": "temperatureMeasurement",
"version": 1,
"values": [],
"patch": []
}
],
"actions": []
},
"detailView": [
{
"component": "main",
"capability": "temperatureMeasurement",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "thermostatMode",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "thermostatOperatingState",
"version": 1,
"values": [
{
"key": "thermostatOperatingState.value",
"enabledValues": ["heating","idle"]
}
],
"patch": []
},
{
"component": "main",
"capability": "thermostatHeatingSetpoint",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "thermostatSetpoint",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "healthCheck",
"version": 1,
"values": [],
"patch": []
}
],
"automation": {
"conditions": [
{
"component": "main",
"capability": "temperatureMeasurement",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "thermostatMode",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "thermostatOperatingState",
"version": 1,
"values": [
{
"key": "thermostatOperatingState.value",
"enabledValues": ["heating","idle"]
}
],
"patch": []
},
{
"component": "main",
"capability": "thermostatHeatingSetpoint",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "healthCheck",
"version": 1,
"values": [],
"patch": []
}
],
"actions": [
{
"component": "main",
"capability": "temperatureMeasurement",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "thermostatMode",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "thermostatOperatingState",
"version": 1,
"values": [
{
"key": "thermostatOperatingState.value",
"enabledValues": ["heating","idle"]
}
],
"patch": []
},
{
"component": "main",
"capability": "thermostatHeatingSetpoint",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "healthCheck",
"version": 1,
"values": [],
"patch": []
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment