Sriram S V
Sriram S V
HI @seuf and @thomseddon, I stumbled upon this issue as well and wanted to see this PR merged asap as well as I am also using `PathPrefixStrip` routes in my...
@ReneTode @dlashua yes, the shopping_list can be got by doing a GET on `/api/shopping_list`
I have a sample implementation here: ```from datetime import datetime import appdaemon.plugins.hass.hassapi as hass import requests from globals import IntentRegistry class ShoppingList(hass.Hass): def initialize(self): IntentRegistry.register("shopping-list-add", self.add_shopping_list) IntentRegistry.register("shopping-list-rm", self.rm_shopping_list) IntentRegistry.register("shopping-list-get", self.show_shopping_list)...
well, the answer is ease of maintenance and making AD more feature rich. There is a lot of stuff you can automate, make HA send you a telegram message whenever...
> @sriramsv What is this? > > ``` > from globals import IntentRegistry > ``` > > Regardless, it looks like you've cooked up a nice implementation of this. We'll...
Hey, can someone please merge this pull request. I need this functionality in one of my projects
Same for me: `ha core check` fails with 401. ```[Info] Checking if something has changed... [Info] Something has changed, checking Home-Assistant config... time="2024-09-12T05:32:05Z" level=error msg="Unexpected server response. Status code: 401"...