@terry5008 wrote:
Noticed in “Developer Tools” under “Logs” there was this message:
2020-05-23 18:09:12 WARNING (MainThread) [homeassistant.components.zha] The 'usb_path' option (with value '/dev/ttyUSB1') is deprecated, please remove it from your configuration. This option will become invalid in version 0.112
So, I can remove ‘usb_path’ from the zha section of my configuration.yaml???
I’m using a HUSBZB-1 for my Zwave/Zigbee controller.Here is what is in my configuration.yaml file:
# 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 # Text to speech tts: - platform: google_translate group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml # Zwave config zwave: usb_path: /dev/ttyUSB0 # Zigbee config zha: usb_path: /dev/ttyUSB1 database_path: /config/zigbee.db mqtt: broker: 192.168.2.11 # Time & Date Sensor # Example configuration.yaml entry sensor: - platform: time_date display_options: - 'time' - 'date' - 'date_time' - 'date_time_utc' - 'date_time_iso' - 'time_date' - 'time_utc' - 'beat'
Posts: 2
Participants: 2