You’re welcome, it’s always nice to see things work out.
Yepp, as long as you use the same type of quotes at the beginning and at the end.
It is also dependent, if you have one type of quote in your password, then you need to use the other one to surround it. If in doubt, simply use double quotes around and remove all quotes from the password itself.
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Text to speech
tts:
- platform: google_translate
nissan_leaf:
- username: '[email protected]'
password: 'MyPassword'
region: 'NE'
and I have also a error message
2020-05-14 14:14:46 ERROR (SyncWorker_19) [pycarwings2.pycarwings2] carwings error INVALID PARAMS: -2010
2020-05-14 14:14:47 ERROR (SyncWorker_19) [homeassistant.components.nissan_leaf] An unknown error occurred while connecting to Nissan: <class ‘pycarwings2.pycarwings2.CarwingsError’>
One at a time, so in configuration.yaml you are indented to much. The Nissan leaf component doesn’t work with " - ", see:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Text to speech
tts:
- platform: google_translate
nissan_leaf:
username: '[email protected]'
password: 'MyPassword'
region: 'NE'
Note the indentation and the missing " - " in front of username, password and region.
Well, I have a new issue. I try to configure a HACS in my HA instance but when I search a HACS integrations, I find it, that turn around without install it. I deleted the cache of my web browser.