Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script:
- - id: script_moonside_ble_command
- parameters:
- command: int
- then:
- - ble_client.ble_write:
- id: lighthouse_ble
- service_uuid: 6e400001-b5a3-f393-e0a9-e50e24dcca9e
- characteristic_uuid: 6e400002-b5a3-f393-e0a9-e50e24dcca9e
- value: [command]
- button:
- - platform: template
- id: on_button
- name: " Turn ON Moonside Lighthouse"
- on_press:
- - script.execute:
- id: script_moonside_ble_command
- command: [0x4c, 0x45, 0x44, 0x4f, 0x4e]
- - platform: template
- id: off_button
- name: " Turn OFF Moonside Lighthouse"
- on_press:
- - script.execute:
- id: script_moonside_ble_command
- command: [0x4c, 0x45, 0x44, 0x4f, 0x46, 0x46]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement