Gabrio

Results 9 comments of Gabrio

I immagine something like this ![Schermata 2021-10-21 alle 22 34 24](https://user-images.githubusercontent.com/65911264/138352836-5b439be6-ce9c-45b0-bf1c-45fda17c9b11.png) where button open a configuration popup

Hi @gpulido I started a JS custom lovelace from HA template... Card config ![Schermata 2021-10-23 alle 14 38 03](https://user-images.githubusercontent.com/65911264/138556608-9ed75a3f-6dba-41dc-864a-76647431e573.png) Card appearance ![Schermata 2021-10-23 alle 14 38 18](https://user-images.githubusercontent.com/65911264/138556648-eebacbdd-5588-487a-803c-604a98a418d1.png) how can share...

I will try to test (and eventually merge with) multiple-entity-row https://github.com/benct/lovelace-multiple-entity-row ![Schermata 2021-10-25 alle 10 37 33](https://user-images.githubusercontent.com/65911264/138662970-51df703e-8391-46b0-8d37-78790facdf3a.png) here native buttons works, but Card configuration is time expensive

@gpulido what do you think about my suggestion?

No problem, Master is very time expensive, but important. At the moment I don't have time, but I'm very interested to try it...

I'm not sure that is a bug (separator is depending on your settings)... but you could try to apply `{{ states('binary_sensor. temp_zone_vie').replace(',','.') }}`

i think that .replace() doesn't works on state_attr, you need to creata another binary_sensor (ie: temp_zone_vie_wit_point) something like ``` temp_zone_vie_wit_point: unique_id: 4cbf0f03-2f7e-4697-ad20-098a12s88f4c9 device_class: temperature value_template: "{{ states('binary_sensor.temp_zone_vie_wit_point').replace(',','\.') }}" ```