t-animal

Results 14 comments of t-animal

It's very preliminary, but suffices for my project for now. However, I have created [minimal types](https://github.com/zam-haus/wissenslandkarte/blob/main/mock-backend/mocks/mocks.d.ts) for the config.

I also get this problem calling a slack API (webhook via POST) on a d1 mini. ``` [12:58:42][HTTP-Client][begin] url: https://hooks.slack.com/services/ [12:58:42][HTTP-Client][begin] host: hooks.slack.com port: 443 url: /services/ [12:58:42][HTTP-Client][sendRequest] type: 'POST'...

Might be related to https://github.com/esphome/issues/issues/3893

You need to install a beta version from hacs (I use 1.0.0-rc6), then change the config as following: ``` climate: - platform: climate_group name: 'Some Name' unique_id: some-uuid entities: -...