OpenZWave / Zwave2Mqtt

Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
MIT License
355 stars 93 forks source link

[feat] Remove redundant bits of entity names #110

Closed x99percent closed 5 years ago

x99percent commented 5 years ago

If I have a lock that is named front_door, Zwave2MQTT will want to add it to Home Assistant as lock.front_door_lock, instead of just lock.front_door.

Is there any way to work around this behavior? Manual edits to the discovery JSON don't aren't saved between container restarts.

robertsLando commented 5 years ago

Ti make manual edits persistent between restarts you need to press in store button

Daniel

On 26 Aug 2019, at 19:36, x99percent notifications@github.com wrote:

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

If I have a lock that is named front_door, Zwave2MQTT will want to add it to Home Assistant as lock.front_door_lock, instead of just lock.front_door.

Is there any way to work around this behavior? Manual edits to the discovery JSON don't aren't saved between container restarts.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

x99percent commented 5 years ago

Ah... never noticed that because it doesn't look like a button until you hover over it.

robertsLando commented 5 years ago

In readme.md everything is well documented (almost everything) and this is documented, I suggest you to search the answer in readme before asking or before trying things to prevent errors and time lost

Daniel

On 26 Aug 2019, at 20:14, x99percent notifications@github.com wrote:

Ah... never noticed that because it doesn't look like a button until you hover over it.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.

x99percent commented 5 years ago

Not disagreeing! ...at the same time, making buttons actually look like buttons can go a long way in making the interface more intuitive.

robertsLando commented 5 years ago

They are part of material deisgn:

https://vuetifyjs.com/en/components/buttons#flat

Daniel

On 26 Aug 2019, at 21:22, x99percent notifications@github.com wrote:

Not disagreeing! ...at the same time, making buttons actually look like buttons can go a long way in making the interface more intuitive.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.

robertsLando commented 5 years ago

@x99percent Did you fixed your problem?

x99percent commented 5 years ago

Yeah, I got everything straightened out.