Hi all,
I’m a newbie to home assistant configuration and I find it very hard to find out why things are not working as desired.
For example, I just want to get my Vissmann heating integrated by putting the vicare integration to my configuration. Instructions are very straight forward: https://www.home-assistant.io/integrations/vicare/#climate
However, I put the lines to my config but the integration / corresponding entities simply does not show and I have absolutely no clue why… there is also nothing to find in the logs regarding the vicare integration.
Same occurs to my vacuum robot, the deebot integration does also not show up. Also no hint in the log.
Heres the configuration so far… pretty small:
# Configure a default setup of Home Assistant (frontend, api, etc)
homeassistant:
customize: !include customize.yaml
default_config:
vicare:
username: daniel******@gmail.com
password: '***'
heating_type: gas
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
light:
- platform: flux_led
automatic_add: true
devices:
192.168.0.42:
name: led_tv_panel
mode: "w"
deebot:
username: daniel******@gmail.com
password: '***'
country: de
continent: ww
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml