Hi,
I’m new to Home Assistant and currently a Domoticz user. I want to test out Home Assistant and I have it installed on a spare Rasperry Pi 1 with Debian Jessie working and autostarting great. My Belkin Wemo devices are recognized (first time ever, love this!) as well as my Phillips HUE hub/bulbs. I am trying to add manually into the configuration.yaml file entries for 1 of my IP webcams (running IP Webcam app on Android) and the Logitech Media Server running on my main PC.
I have these entries in my configuration.yaml file:
[code]# Enable LMS (Squeezebox) Server
media_player 1:
platform: squeezebox
host: 192.168.86.162
port: 9090
IP Camera on MotoG
camera 1:
platform: generic
still_image_url: http://192.168.86.117:10012/shot.jpg
name: Moto G Test
username: root
password: groot
[/code]
And I receive these errors in the dev console on the web GUI output:
15-12-12 14:12:51 homeassistant.loader: Unable to find component platform
15-12-12 14:12:51 homeassistant.loader: Unable to find component port
15-12-12 14:12:51 homeassistant.loader: Unable to find component name
15-12-12 14:12:51 homeassistant.loader: Unable to find component password
15-12-12 14:12:51 homeassistant.loader: Unable to find component username
15-12-12 14:12:51 homeassistant.loader: Unable to find component host
15-12-12 14:12:51 homeassistant.loader: Unable to find component still_image_url
15-12-12 14:12:52 homeassistant.components.camera: No platform specified for camera 1
15-12-12 14:12:52 homeassistant.components.media_player: No platform specified for media_player 1
Could someone please point me to where I am going wrong? Would love to test this out and possibly switch over tot this system. The only other item I have yet to add to it will be MySensors Gateway/network.
Thanks