|
|
@@ -144,6 +144,7 @@ entities:
|
|
|
# Button entities
|
|
|
- entity: event
|
|
|
name: Left touch
|
|
|
+ icon: "mdi:hand-pointing-right"
|
|
|
class: button
|
|
|
dps:
|
|
|
- id: 127
|
|
|
@@ -156,6 +157,7 @@ entities:
|
|
|
- value: null
|
|
|
- entity: event
|
|
|
name: Right touch
|
|
|
+ icon: "mdi:hand-pointing-left"
|
|
|
class: button
|
|
|
dps:
|
|
|
- id: 128
|
|
|
@@ -168,6 +170,7 @@ entities:
|
|
|
- value: null
|
|
|
- entity: event
|
|
|
name: Plant touch
|
|
|
+ icon: "mdi:hand-pointing-down"
|
|
|
class: button
|
|
|
dps:
|
|
|
- id: 129
|
|
|
@@ -181,6 +184,7 @@ entities:
|
|
|
- entity: event
|
|
|
name: Hug
|
|
|
class: button
|
|
|
+ icon: "mdi:human-handsup"
|
|
|
dps:
|
|
|
- id: 111
|
|
|
type: string
|