LED GPIO
This commit is contained in:
parent
ae8d1a3c2a
commit
ee0f0bcabd
|
@ -41,7 +41,7 @@ switch:
|
||||||
ratgdo_id: ${id_prefix}
|
ratgdo_id: ${id_prefix}
|
||||||
id: ${id_prefix}_led
|
id: ${id_prefix}_led
|
||||||
type: led
|
type: led
|
||||||
pin: GPIO4
|
pin: GPIO2
|
||||||
name: "LED"
|
name: "LED"
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ switch:
|
||||||
ratgdo_id: ${id_prefix}
|
ratgdo_id: ${id_prefix}
|
||||||
id: ${id_prefix}_led
|
id: ${id_prefix}_led
|
||||||
type: led
|
type: led
|
||||||
pin: GPIO4
|
pin: GPIO2
|
||||||
name: "LED"
|
name: "LED"
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ switch:
|
||||||
ratgdo_id: ${id_prefix}
|
ratgdo_id: ${id_prefix}
|
||||||
id: ${id_prefix}_led
|
id: ${id_prefix}_led
|
||||||
type: led
|
type: led
|
||||||
pin: GPIO4
|
pin: GPIO2
|
||||||
name: "LED"
|
name: "LED"
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue