zanna-37 / hass-swipe-navigation

↔️ Swipe through Home Assistant Dashboard views on mobile.
MIT License
318 stars 18 forks source link

Swipe Exception for Meteo Alarm Card #43

Closed JbbDE closed 1 year ago

JbbDE commented 1 year ago

Hello, could you please add a swipe exception for the Meteo Alarm Card?

https://github.com/MrBartusek/MeteoalarmCard

Thank you!

IMG_20230313_160952

zanna-37 commented 1 year ago

Sure =) Can you post the yaml code that creates the scrollable card?

JbbDE commented 1 year ago
type: custom:meteoalarm-card
entity: binary_sensor.warning_r
integration: nina
override_headline: false
entities:
  - entity: binary_sensor.warning_r
  - entity: binary_sensor.warning_r
  - entity: binary_sensor.warning_r
  - entity: binary_sensor.warning_r
  - entity: binary_sensor.warning_r
hide_when_no_warning: true
disable_swiper: false
scaling_mode: scale
zanna-37 commented 1 year ago

Everything should be fixed on v1.11.1. Let me know. Thanks =)