shmuelzon / home-assistant-floor-plan

Home Assistant Floor Plan Generator Plugin For Sweet Home 3D
MIT License
264 stars 8 forks source link

feat: users/guimatheus92/v0.5.0 #40

Closed guimatheus92 closed 3 months ago

guimatheus92 commented 3 months ago

I have added a couple of features and improved the documentation.

What I have added:

image

SH3D:

image

YAML:

  - type: state-icon
    entity: switch.kitchen_4
    title: Light Kitchen
    style:
      top: 70.37%
      left: 65.07%
      border-radius: 50%
      text-align: center
      background-color: rgba(255, 255, 255, 0.3)
    tap_action:
      action: toggle

For Windows only: I wasn't able to download the SweetHome3D .jar file using this method, so I have commented that line. For now, I suggest to download manually and place under a folder called dl

guimatheus92 commented 3 months ago

@shmuelzon I don't know if is possible to Pull Request my tag and my release as well, I wasn't able to do that. Or, if I should drag the file in here manually.

shmuelzon commented 3 months ago

Thank you for the pull request! Would it be possible to split each feature/change to a separate pull request? That way it'll show up properly in the change log.

Thanks!

guimatheus92 commented 3 months ago

Thank you for the pull request!

Would it be possible to split each feature/change to a separate pull request?

That way it'll show up properly in the change log.

Thanks!

Sure, I will take some time do undo all I did and create a PR for each but I will do. There a couple of comments there that I don't know how to solve, so I might open an issue to ask help/ideas so I can implement.