Change Profile to normal
This commit is contained in:
parent
3ee82d9717
commit
ea95ca8e4f
@ -58,7 +58,7 @@ def heating_profile(group):
|
|||||||
client.publish(topic + "/heatingProfiles/" + profile.index, profile.name)
|
client.publish(topic + "/heatingProfiles/" + profile.index, profile.name)
|
||||||
print(profile.index + ": " + profile.name)
|
print(profile.index + ": " + profile.name)
|
||||||
|
|
||||||
if profile.name == "Home Office":
|
if profile.name == "Normal":
|
||||||
# print("Profile Index" + profile.index)
|
# print("Profile Index" + profile.index)
|
||||||
# print(group)
|
# print(group)
|
||||||
group.set_active_profile(profile.index)
|
group.set_active_profile(profile.index)
|
||||||
|
Loading…
Reference in New Issue
Block a user