Hi all.
I’m using the Raspberry pi 2 image from hassio. Everything is working great except for KNX scene (all other KNX components are functioning). I’ve updated to latest version of hassio but I still get this:
scene:
- name: Shutdown_Night
platform: knx
address: 2/0/13
scene_number: 16
I get the following error when validating configuration:
ERROR:homeassistant.loader:Unable to find component scene.knx
ERROR:homeassistant.config:Invalid config for [scene]: platform knx does not exist for scene for dictionary value @ data[‘platform’]. Got None. (See /config/configuration.yaml, line 89). Please check the docs at https://home-assistant.io/components/scene/
Failed config
General Errors:
- Platform not found: scene.knx
Any ideas with what’s wrong with my syntax? I understand there’s another scene component? How do I install the KNX scene component or reference it properly?
Thanks