Am fairly new to HA and am really loving it
i got a lanbon L8 and was able to flash openHasp firmware on it.
the problem is the entities will not load and therefore i cant set automations or anything
here is my openhasp.yaml file
richards_office:
objects:
- obj: "p0b1" # temperature label on all pages
properties:
"text": '{{ states("sensor.downstairs_current_temperature_2") }}°C'
- obj: "p1b2" # light-switch toggle button
properties:
"val": '{{ 1 if states("light.my_room") == "on" else 0 }}'
"text": '{{ "\uE6E8" if is_state("light.my_room", "on") else "\uE335" | e }}'
event:
"up":
- service: homeassistant.toggle
entity_id: "light.my_room"
- obj: "p1b3" # dropdown
event:
"changed":
- service: persistent_notification.create
data:
message: I like {{ text }}