If I have a multiple-entity-row that
- does not show the main entity
- all sub-entities have a
hide_if
condition
is it possible to hide the row itself if all of the sub-entities are hidden?
Example:
entity: sensor.climacell_weed_pollen_index
type: custom:multiple-entity-row
show_state: false
name: false
entities:
- entity: sensor.climacell_tree_pollen_index
hide_if: none
- entity: sensor.climacell_grass_pollen_index
hide_if: none
- entity: sensor.climacell_weed_pollen_index
hide_if: none