Envisalink config mystery

I have gone over this, checked for extended characters and retyped it, but always get a fatal startup error,
"...expected <block end>, but found '<block mapping start>'  line 117, column 3",
which is the second line below:

envisalink:
  host: 192.168.1.10
  panel_type: HONEYWELL
  user_name: user
  password: password
  code: '1234'
  port: 4025
  evl_version: 4
  keepalive_interval: 60
  zonedump_interval: 30
  panic_type: Police
  zones:
     1:
      name: 'Front Door'
      type: 'opening'

Thanks in advance

Check your spacing, only two spaces between lines

That was it. It threw me off by saying to look 11 lines up.

Thanks

I am having a problems with envisalink and honeywell also. I can’t get it to work and I dont know why. Here is my configuration.

envisalink:
host: 192.168.1.6
user_name: user
password: password
code: ‘1234’
port: 4025
evl_version: 3
keepalive_interval: 60
zonedump_interval: 30
panic_type: Police
zones:
14:
name: ‘Motion Sensor’
type: ‘motion’
partion:
1:
name: ‘Home Alarm’

switch:

  • platform: tplink
    host: 192.168.1.40

here is my log:

2018-02-02 11:30:22 ERROR (MainThread) [homeassistant.config] Invalid config for [envisalink]: required key not provided @ data[‘envisalink’][‘panel_type’]. Got None. (See /home/homeassistant/.homeassistant/configuration.yaml, line 81). Please check the docs at https://home-assistant.io/components/envisalink/
2018-02-02 11:30:22 ERROR (MainThread) [homeassistant.setup] Setup failed for envisalink: Invalid config.
2018-02-02 11:30:46 WARNING (Thread-14) [netdisco.ssdp] Found malformed XML at http://192.168.1.37:9080: status=ok
2018-02-02 11:31:06 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2018-02-02 11:31:06 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2018-02-02 11:31:23 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting

Would you mind showing the config with the proper spacing - see the blue box at the top.

My config looks like this and works well:

envisalink:
  host: 192.168.X.YY
  panel_type: HONEYWELL
  user_name: !secret evl4_user
  password: !secret evl4_pass
  code: '1111'
  evl_version: 4
  port: 4444
  keepalive_interval: 60
  zonedump_interval: 15
#  panic_type: Police
  zones:
    09:
      name: 'Front Door'
#      type: 'opening' = default
    16:
      name: 'Living Room Motion'
      type: 'motion'

I got it figured out. It wasn’t HA at all. It turns out that I can’t have more than one TPI running at a time. I unplugged my Veraplus and everything started working. Thanks