Dear,
I want to view in a new tab sensor in a list like in the home tab (immage OK) but I’m only able to show like image NOK. How is possible to change the visualization from circle to list of entities?
Thank you!
Dear,
I want to view in a new tab sensor in a list like in the home tab (immage OK) but I’m only able to show like image NOK. How is possible to change the visualization from circle to list of entities?
Thank you!
Add them to a group then add the group to a view
Sorry but in wich way? I’m not expert about this. At the moment this is my group file:
default_view:
view: true
icon: mdi:home
entities:
- group.casa
- group.luci
- group.prese
- group.temperatura
casa:
name: CASA
entities:
- alarm_control_panel.allarme_casa
- binary_sensor.openclose_17
- binary_sensor.openclose_4
- binary_sensor.openclose_5
- binary_sensor.openclose_6
- binary_sensor.openclose_7
- binary_sensor.presence_18
- binary_sensor.presence_21
luci:
name: LUCI
entities:
- light.applique
- light.balcone
- light.camera
- light.cortile_2
- light.cucina
- light.ingresso_2
- light.palla
- light.studio
prese:
name: PRESE
entities:
- switch.presa_1
- switch.presa_2
temperatura:
name: TEMPERATURA
entities:
- sensor.temperature_8
- sensor.2
- sensor.3_3
card_sensori:
name: SENSORI
view: true
icon: mdi:oil-temperature
entities:
- sensor.temperature_8
- sensor.humidity_9
- sensor.pressure_10
- sensor.2
- sensor.2_2
- sensor.2_3
- sensor.3_3
- sensor.3_2
- sensor.3
Add this:
card_sensori_view:
name: SENSORI
view: true
icon: mdi:oil-temperature
entities:
- group.card_sensori
then change card_sensori so its not a view
That way you have a group of sensors in your view
Sorry, but if I add the code appear just a new icon if I click the new icon the page is empty.
default_view:
view: true
icon: mdi:home
entities:
- group.casa
- group.luci
- group.prese
- group.temperatura
casa:
name: CASA
entities:
- alarm_control_panel.allarme_casa
- binary_sensor.openclose_17
- binary_sensor.openclose_4
- binary_sensor.openclose_5
- binary_sensor.openclose_6
- binary_sensor.openclose_7
- binary_sensor.presence_18
- binary_sensor.presence_21
luci:
name: LUCI
entities:
- light.applique
- light.balcone
- light.camera
- light.cortile_2
- light.cucina
- light.ingresso_2
- light.palla
- light.studio
prese:
name: PRESE
entities:
- switch.presa_1
- switch.presa_2
temperatura:
name: TEMPERATURA
entities:
- sensor.temperature_8
- sensor.2
- sensor.3_3
card_sensori:
name: SENSORI
view: true
icon: mdi:oil-temperature
entities:
- sensor.temperature_8
- sensor.humidity_9
- sensor.pressure_10
- sensor.2
- sensor.2_2
- sensor.2_3
- sensor.3_3
- sensor.3_2
- sensor.3
- sensor.lightlevel_19
- sensor.lightlevel_20
card_sensori_view:
name: SENSORI
view: true
icon: mdi:oil-temperature
entities:
- group.card_sensori
change
card_sensorie: view to false (view: false
)
Worsks fine! Thank you very much.