bionexit
bionexit
> 比如温度,湿度 这样加一个sensor就好 ``` - platform: template sensors: air_quatlity_index: friendly_name: "AQI" value_template: "{{ float(state_attr('weather.tjweather','aqi').aqi)}}" unique_id: asd023 ```
> The issue has been resolved by downgrading the package with the following command: `pip install Werkzeug==2.3.8`. I down grade the Werkzeug as 2.3.8 but no luck. What's your encoding...
> > > The issue has been resolved by downgrading the package with the following command: `pip install Werkzeug==2.3.8`. > > > > > > I down grade the Werkzeug...
I installed the redis manually, and update the config as following, but NO LUCK ``` from celery.schedules import crontab REDIS_HOST = "localhost" # Change this to your Redis host REDIS_PORT...
after config as above, the log report `STARTTLS extension not supported by server.`
> If you followed the PyPi installation, have you set up a Celery instance? YES, celery is running  Currently, the log shows failed as `STARTTLS extension not supported by...
same error occurred
I found the solution. While you execute docker run searxng image, add `-v ".\searxng:/etc/searxng"` to the command. After the docker startup modify the settings.yml in the local .\searxng folder. Add...