Replies: 1 comment 2 replies
-
Sounds cool. I'd suggest you to share it here, so other people don't have to "request it". You're also welcome to create a repo, and share the link in the discussion, too 😄 . |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wrote a little helper application for HA Floorplan. It helps you to populate a floorplan SVG with symbols for the entities you want to have as well as generate the rules segment.
I came from a situation where i had no floor plan but quite a few entities that i wanted to place. To create this and know that I in the future very well might want to change the symbols used or the way they behaved resulted me in taking the time to develop a script that copies a named SVG element for each relevant entity
Currently you can filter on a combination of:
These are pretty arbitrary and could be generalized better but it allowed me to filter out the entities that were relevant in my situation
Input:
Output
Happy to make it available if it would be of use to anyone.
Edit:
https://github.com/osfog/hafloorplangen
Beta Was this translation helpful? Give feedback.
All reactions