Cant add more on the config.yaml

when i add my config like this ha says
Error loading /config/configuration.yaml: mapping values are not allowed here
in “/config/configuration.yaml”, line 37, column 9

cover:

  • platform: neosmartblinds
    name: Dinging table left
    host: 192.168.10.53
    hub_id: uHCapmOwV8uyO
    protocol: http
    port: 8838
    blind_code: 063.046-03
    close_time: 0
    motor_code: k2

  • platform: neosmartblinds
    name: kitchen left
    host: 192.168.10.53
    hub_id: uHCapmOwV8
    protocol: http
    port: 8838
    blind_code: 063.046-01
    close_time: 0

  • platform: neosmartblinds
    name: kitchen slideing door
    host: 192.168.10.53
    hub_id: uHCapmOwV8
    protocol: http
    port: 8838
    blind_code: 063.046-02
    close_time: 0

Please post code using the back tick blocked. It allows folks to copy and paste and speed up fixing your issues.

Topic #11

When I entered your code it only goes to line 29. I assume there is more?

1 Like

yes there is more would you like the full config.ymal?

Yes, but ensure you do not post any personal info.

Sounds like an indentation issue but the code needs to be formatted for the forum properly first


# Loads default set of integrations. Do not remove.
default_config:

# Text to speech
tts:
  - platform: edge_tts
    language: zh-CN

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.17.0.1

google_assistant:
   project_id: homeassistant-27833
   service_account: !include SERVICE_ACCOUNT.json
   report_state: true
   secure_devices_pin: “1896”

visonicalarm:
  host: connect.tycomon
  panel_id: 20082705
  user_code: 3976
  app_id: 72ba7eb8-1383-4
  user_email: '[email protected]'
  user_password: '#bozfghjkj'
  partition: -1
  no_pin_required: true

cover:
 - platform: neosmartblinds
    name: Dinging table left
    host: 192.168.10.53
    hub_id: uHCapmOwV8u
    protocol: http
    port: 8838
    blind_code: 063.046-03
    close_time: 0
    motor_code: k2
 - platform: neosmartblinds
    name: kitchen left
    host: 192.168.10.53
    hub_id: uHCapmOwV8
    protocol: http
    port: 8838
    blind_code: 063.046-01
    close_time: 0
 - platform: neosmartblinds
    name: kitchen slideing door
    host: 192.168.10.53
    hub_id: uHCapmOwV
    protocol: http
    port: 8838
    blind_code: 063.046-02
    close_time: 0
 - platform: neosmartblinds
    name: lounge
    host: 192.168.10.53
    hub_id: uHCapm
    protocol: http
    port: 8838
    blind_code: 063.046-06
    close_time: 0
 - platform: neosmartblinds
    name: lounge back 1
    host: 192.168.10.53
    hub_id: uHCapmOw
    protocol: http
    port: 8838
    blind_code: 063.046-08
    close_time: 0
 - platform: neosmartblinds
    name: lounge back 2
    host: 192.168.10.53
    hub_id: uHCapmOw
    protocol: http
    port: 8838
    blind_code: 063.046-09
    close_time: 0
 - platform: neosmartblinds
    name: lounge school
    host: 192.168.10.53
    hub_id: uHCapmO
    protocol: http
    port: 8838
    blind_code: 063.046-07
    close_time: 0
 - platform: neosmartblinds
    name: slideing door lounge
    host: 192.168.10.53
    hub_id: uHCapmOw
    protocol: http
    port: 8838
    blind_code: 063.046-05
    close_time: 0
 - platform: neosmartblinds
    name: dineing table right
    host: 192.168.10.53
    hub_id: uHCapmOw
    protocol: http
    port: 8838
    blind_code: 063.046-04
    close_time: 0

passowrd pin id etc have been moddifed trying to get into my stuff wont work

You posted your password. Delete or edit this post please.

thats no password buddy all pins password been modded keys id

not even visonicalarm user email/ password?

yes everything in that post have been modified with fakes

The stuff under google_assistant is all indented one space too far.

There are lines under ‘cover’ that are out by a space as well, basically just add another space before -platform for each of those entries

Agreed, at a minimum the indents for - platform: neosmartblinds needs to match

- platform: edge_tts

cover:
 - platform: neosmartblinds
    name: Dinging table left
    host: 192.168.10.53
    hub_id: uHCapmOwV8u
    protocol: http
    port: 8838
    blind_code: 063.046-03
    close_time: 0
    motor_code: k2

 - platform: neosmartblinds
    name: kitchen left
    host: 192.168.10.53
    hub_id: uHCapmOwV8
    protocol: http
    port: 8838
    blind_code: 063.046-01
    close_time: 0

 - platform: neosmartblinds
    name: kitchen slideing door
    host: 192.168.10.53
    hub_id: uHCapmOwV
    protocol: http
    port: 8838
    blind_code: 063.046-02
    close_time: 0

You are indenting when you should not.

cover:
  - platform: neosmartblinds
    name: Blind One

what do you mean im adding more than 13 blinds?

No, you are indenting name and the rest of the settings and you shouldn’t.

Each entry should be like this

 - platform: neosmartblinds
   name: kitchen slideing door
   host: 192.168.10.53
   hub_id: uHCapmOwV
   protocol: http
   port: 8838
   blind_code: 063.046-02
   close_time: 0

image

the pic is straight from the integration read me

This should do it

# Loads default set of integrations. Do not remove.
default_config:

# Text to speech
tts:
  - platform: edge_tts
    language: zh-CN

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.17.0.1

google_assistant:
   project_id: homeassistant-27833
   service_account: !include SERVICE_ACCOUNT.json
   report_state: true
   secure_devices_pin: “1896”

visonicalarm:
  host: connect.tycomon
  panel_id: 20082705
  user_code: 3976
  app_id: 72ba7eb8-1383-4
  user_email: '[email protected]'
  user_password: '#bozfghjkj'
  partition: -1
  no_pin_required: true

cover:
  - platform: neosmartblinds
    name: Dinging table left
    host: 192.168.10.53
    hub_id: uHCapmOwV8u
    protocol: http
    port: 8838
    blind_code: 063.046-03
    close_time: 0
    motor_code: k2
  - platform: neosmartblinds
    name: kitchen left
    host: 192.168.10.53
    hub_id: uHCapmOwV8
    protocol: http
    port: 8838
    blind_code: 063.046-01
    close_time: 0
  - platform: neosmartblinds
    name: kitchen slideing door
    host: 192.168.10.53
    hub_id: uHCapmOwV
    protocol: http
    port: 8838
    blind_code: 063.046-02
    close_time: 0
  - platform: neosmartblinds
    name: lounge
    host: 192.168.10.53
    hub_id: uHCapm
    protocol: http
    port: 8838
    blind_code: 063.046-06
    close_time: 0
  - platform: neosmartblinds
    name: lounge back 1
    host: 192.168.10.53
    hub_id: uHCapmOw
    protocol: http
    port: 8838
    blind_code: 063.046-08
    close_time: 0
  - platform: neosmartblinds
    name: lounge back 2
    host: 192.168.10.53
    hub_id: uHCapmOw
    protocol: http
    port: 8838
    blind_code: 063.046-09
    close_time: 0
  - platform: neosmartblinds
    name: lounge school
    host: 192.168.10.53
    hub_id: uHCapmO
    protocol: http
    port: 8838
    blind_code: 063.046-07
    close_time: 0
  - platform: neosmartblinds
    name: slideing door lounge
    host: 192.168.10.53
    hub_id: uHCapmOw
    protocol: http
    port: 8838
    blind_code: 063.046-05
    close_time: 0
  - platform: neosmartblinds
    name: dineing table right
    host: 192.168.10.53
    hub_id: uHCapmOw
    protocol: http
    port: 8838
    blind_code: 063.046-04
    close_time: 0

that google stuff is still in one too many spaces though, HA might be ok with it but technically wrong.

thank after drawing that line that really helped me. thank you