You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Подскажите,как сделать отдельную кнопку в карточке на отдельный свитч?
Tell me how to make a separate button in the card for a separate group switch?
auto:
icon: 'mdi:brightness-auto'
order: 5
state:
entity: group.manual_brizer
mapper: "(state) => (state ? 'on' : 'off')"
toggle_action: >
The text was updated successfully, but these errors were encountered:
Я имею такую же проблему. Хочу сделать дополнительную кнопку в мини-карточке, но не один из способов не работает. Переключение не происходит.
I have the same problem. I want to make an additional button in the mini-card, but not one of the ways does not work. The switch does not occur.
так же хотел бы добавить отдельную кнопку в карточку, которая отвечает за подогрев воды в увлажнителе, у меня модель сяоми про, там этот функционал интеграцией передается отдельным свитчем
пока накидал такую карточку для отображения уровня воды из отдельного сенсора:
type: custom:mini-humidifier
entity: humidifier.leshow_jsq1_ee06_humidifier #увлажнитель
indicators:
water:
icon: mdi:cup-water
unit: '%'
round: 1
source:
entity: sensor.leshow_jsq1_ee06_water_level #сенсор уровня воды
в идеале бы еще яркость дисплея, интеграция передает отдельной сущностью number.leshow_jsq1_ee06_screen_brightness со значениями 0 и 1, наверное можно через сервис, не пробовал еще
Подскажите,как сделать отдельную кнопку в карточке на отдельный свитч?
Tell me how to make a separate button in the card for a separate group switch?
auto:
icon: 'mdi:brightness-auto'
order: 5
state:
entity: group.manual_brizer
mapper: "(state) => (state ? 'on' : 'off')"
toggle_action: >
The text was updated successfully, but these errors were encountered: