tylor-e
tylor-e
业余爱好者,读了大神的代码,将就着把代码加了进去 ``` def getGroupID(self, name): id = '@@000' for member in self.GroupList: if member['NickName'] == name: id = member['UserName'] if id == '@@000': # 现有群里面查不到 GroupList = self.getNameById(id) for group...
### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/davish/obsidian-full-calendar/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and didn't find any similar reports. ### Expected Behavior I set my daily...
My Home Assistant version: haOS 12.2 using RPi3 **What I am doing:** I created different popup cards. **What I expected to happen:** popup cards suit the screen automatically. **What happened...