Disabling/Hiding Map #673
Answered
by
PiotrMachowski
Jack77777777
asked this question in
Q&A
-
I would like to use this card in the sidebar view of home assistant (https://www.home-assistant.io/dashboards/sidebar/). I know could also use entities card or similar but i like the view and configuration options of tiles from this card. My question is, is there a way to hide map and icons and just display tiles ? |
Beta Was this translation helpful? Give feedback.
Answered by
PiotrMachowski
Oct 30, 2023
Replies: 1 comment
-
This should do the trick: type: custom:xiaomi-vacuum-map-card
map_source:
camera: camera.xiaomi_cloud_map_extractor
calibration_source:
camera: true
entity: vacuum.xiaomi_vacuum
vacuum_platform: default
map_modes: []
icons: []
card_mod:
style: |
.map-wrapper {
display: none;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jack77777777
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should do the trick: