Fix json typo in simple heat pump interface

pull/468/head
Simon Stürz 2021-11-16 16:48:55 +01:00
parent cd42d6b7dc
commit b03d4d155a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"description": "This interface can be used for heat pumps offering one digital input for switching on and off the entire heatpump. Some heat pumps have only this possibility to be controlled. Be aware what you are doing if you switch of a heat pump and for how long.",
"extends": ["heatpump", "power"],
"extends": ["heatpump", "power"]
}