Thanks I'll attempt this If I can remember how to get back to the configuration file.
I know I don't have it entered at the end of the file.
One more question once this info is entered in the configuration file what can I expect to see in the UI? that will help me determine if the setting is right, sometimes you just luck out other times your pulling hair and mine currently is to short to get a hold of.
Once you log in to the Rpi I just type in the following to get to my configuration file. I'm sure there's a easier faster way but it works for me.
cd /home/homeassistant/.homeassistant
To edit the file I do this.
sudo nano configuration.yaml
The code doesn't have to be at the end, I just keep adding new stuff to the end to make it easier. But you do have to enter different platform information under the same device type as I mentioned above.
Once you have the configs entered and you saved your file, you need to restart HA either from the command line or from the web interface (aka frontend). Then you should see a card called Lights with each of your x10 devices listed. You'll have a different card if you used switch. Each device will have 2 lightening bolts to the right, one for on and one for off.
Here is a pic of one of my cards. Where mine says Other Lights you should have Lights. Where the sliders to the right are in mine you will have the 2 lightening bolts.