[comfoair] Update README.md (#9193)

As the ComfoairControl item changed from Number to Switch in the new binding also the sitemap mapping should OFF=CC and ON=APP instead of 0 and 1.
pull/9326/head
Stefan M. Haller 2020-12-06 22:21:45 +01:00 committed by GitHub
parent 3e4466d8f1
commit ad2a1e3635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ Switch comfoairFreezeMode "Freeze [MAP(comfoair_freeze.map):%s]" <climate> (C
sitemap comfoair label="ComfoAir" {
Frame label="Main" {
Text item=comfoairError labelcolor=[!="No Errors"="red"] valuecolor=[!="No Errors"="red"]
Switch item=comfoairControl mappings=[0="CCEase", 1="Computer"]
Switch item=comfoairControl mappings=[OFF="CCEase", ON="Computer"]
Switch item=comfoairErrorReset mappings=[1="Reset"]
Switch item=comfoairFilterReset mappings=[1="Reset"]
}