22 lines
476 B
JSON
22 lines
476 B
JSON
{
|
|
"domain": "better_thermostat",
|
|
"name": "Better Thermostat",
|
|
"after_dependencies": [
|
|
"climate",
|
|
"zwave_js"
|
|
],
|
|
"codeowners": [
|
|
"@kartoffeltoby"
|
|
],
|
|
"config_flow": true,
|
|
"dependencies": [
|
|
"climate",
|
|
"recorder"
|
|
],
|
|
"documentation": "https://github.com/KartoffelToby/better_thermostat",
|
|
"iot_class": "local_push",
|
|
"issue_tracker": "https://github.com/KartoffelToby/better_thermostat/issues",
|
|
"requirements": [],
|
|
"version": "1.8.2"
|
|
}
|