cleanup
This commit is contained in:
@@ -256,7 +256,7 @@ in
|
||||
openhasp = {
|
||||
plate = {
|
||||
objects = [
|
||||
{
|
||||
{
|
||||
obj = "p0b1"; # temperature label on all pages
|
||||
properties = {
|
||||
"text" = ''{{ states("sensor.thermostat_current_temperature") }}°F'';
|
||||
@@ -265,8 +265,8 @@ in
|
||||
{
|
||||
obj = "p1b2"; # light-switch toggle button
|
||||
properties = {
|
||||
"val" = ''{{ 1 if states("light.living_room_lights") == "on" else 0 }}'';
|
||||
"text" = ''{{ "\uE6E8" if is_state("light.living_room_lights", "on") else "\uE335" | e }}'';
|
||||
"val" = ''{{ 1 if states("light.living_room_lights") == "on" else 0 }}'';
|
||||
"text" = ''{{ "\uE6E8" if is_state("light.living_room_lights", "on") else "\uE335" | e }}'';
|
||||
};
|
||||
event = {
|
||||
"up" = {
|
||||
|
||||
Reference in New Issue
Block a user