Violet SmartSwitch Lite

For those who have purchased one of these switches, a little pricey I know. They have added a new integration that could be of interest to a few people.

HTTPviaSD Integration

I’ve had a quick play with a simple Ceiling Light Switch, here’s my config.

---
version: 1.0
scenes:
  id1:
    label: 'On'
    label2: 'Ceiling Light'
    request:
      uri: http://my-ll-oh03:8080/rest/items/CiaronsBedroom_CeilingLight_Switch
      method: POST
      headers:
        Content-Type: text/plain
      body: 'ON'
  id2:
    label: 'Off'
    label2: 'Ceiling Light'
    request:
      uri: http://my-ll-oh03:8080/rest/items/CiaronsBedroom_CeilingLight_Switch
      method: POST
      headers:
        Content-Type: text/plain
      body: 'OFF'