Blear / HassLife

天猫精灵、小爱同学控制HomeAssistant设备和属性上报查询
131 stars 18 forks source link

自动通知无法关闭 #6

Closed flyibeat closed 1 year ago

flyibeat commented 1 year ago

启动ha后,自动通知内容无法设置为不提醒

Blear commented 1 year ago

UI界面没有提供通知设置功能,你可以手动修改插件目录的init.py文件,找到83行位置,删除以下内容,重启ha即可屏蔽通知 if not cfg.get("disablenotify", False): hass.components.persistent_notification.async_create( "Welcome to hasslife!", "hasslife Infomation", "hasslife_notify")