Replies: 1 comment 1 reply
-
Nevermind my idea, i can achieve it trough config variables |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, it would be nice to have the list of all entities in the service_data
that i can do "entities.entities_ids" and i will get a list of all "entities"
`- type: custom:floorplan-card
full_height: true
config:
image: /local/floorplan/floor-0.svg?v=2
stylesheet: /local/floorplan/floorplan.css
defaults:
hover_action: hover-info
tap_action: more-info
rules:
- entities:
- light.lamp_leefruimte_keuken_werktafel
- light.lamp_inkom_1
- light.lamp_leefruimte_keuken_eettafel
- light.lamp_douche
- switch.met_binnenmelder_s_1
- switch.met_binnenmelder_s_2
- switch.met_binnenmelder_s_4
- light.lamp_leefruimte_zithoek
- light.lamp_voorgevel
- light.lamp_leefruimte_sfeer
- light.lamp_leefruimte_grondspots
- light.lamp_buiten_zijgevel_links
state_action:
- action: call-service
service: floorplan.style_set
service_data: |
>
Beta Was this translation helpful? Give feedback.
All reactions