changed naming
This commit is contained in:
+19
-19
@@ -22,16 +22,16 @@ binary_sensor:
|
||||
### Buttons Main Display ###
|
||||
############################
|
||||
- platform: gpio
|
||||
id: 'base_j2_btn_left'
|
||||
name: "Display button Left"
|
||||
id: 'main_display_btn_left'
|
||||
name: "Main Display button Left"
|
||||
pin:
|
||||
mcp23xxx: base_J2
|
||||
number: 6
|
||||
mode: INPUT_PULLUP
|
||||
inverted: true
|
||||
- platform: gpio
|
||||
id: 'base_j2_btn_right'
|
||||
name: "Display button Right"
|
||||
id: 'main_display_btn_right'
|
||||
name: "Main Display button Right"
|
||||
pin:
|
||||
mcp23xxx: base_J2
|
||||
number: 2
|
||||
@@ -42,16 +42,16 @@ binary_sensor:
|
||||
### Buttons BAR module 1 ###
|
||||
############################
|
||||
- platform: gpio
|
||||
id: 'base_j3_btn_left'
|
||||
name: "BAR button Left"
|
||||
id: 'bar1_btn_left'
|
||||
name: "BAR 1 button Left"
|
||||
pin:
|
||||
mcp23xxx: base_J3
|
||||
number: 6
|
||||
mode: INPUT_PULLUP
|
||||
inverted: true
|
||||
- platform: gpio
|
||||
id: 'base_j3_btn_right'
|
||||
name: "BAR button Right"
|
||||
id: 'bar1_btn_right'
|
||||
name: "BAR 1 button Right"
|
||||
pin:
|
||||
mcp23xxx: base_J3
|
||||
number: 2
|
||||
@@ -65,29 +65,29 @@ light:
|
||||
### RGB LED's BAR module ###
|
||||
############################
|
||||
- platform: partition
|
||||
name: "BAR J3 Left RGB Front"
|
||||
id: bar_j3_left_rgb_front
|
||||
name: "BAR 1 Left RGB Front"
|
||||
id: bar1_left_rgb_front
|
||||
segments:
|
||||
- id: neopixels
|
||||
from: 0
|
||||
to: 0
|
||||
- platform: partition
|
||||
name: "BAR J3 Left RGB Back"
|
||||
id: bar_j3_left_rgb_back
|
||||
name: "BAR 1 Left RGB Back"
|
||||
id: bar1_left_rgb_back
|
||||
segments:
|
||||
- id: neopixels
|
||||
from: 1
|
||||
to: 1
|
||||
- platform: partition
|
||||
name: "BAR J3 Right RGB Front"
|
||||
id: bar_j3_right_rgb_front
|
||||
name: "BAR 1 Right RGB Front"
|
||||
id: bar1_right_rgb_front
|
||||
segments:
|
||||
- id: neopixels
|
||||
from: 2
|
||||
to: 2
|
||||
- platform: partition
|
||||
name: "BAR J3 Right RGB Back"
|
||||
id: bar_j3_right_rgb_back
|
||||
name: "BAR 1 Right RGB Back"
|
||||
id: bar1_right_rgb_back
|
||||
segments:
|
||||
- id: neopixels
|
||||
from: 3
|
||||
@@ -97,7 +97,7 @@ display:
|
||||
####################
|
||||
### Main Display ###
|
||||
####################
|
||||
- id: display_j2_main
|
||||
- id: main_display
|
||||
platform: ili9xxx
|
||||
model: ili9341
|
||||
color_order: rgb
|
||||
@@ -120,7 +120,7 @@ display:
|
||||
##################
|
||||
### BAR module ###
|
||||
##################
|
||||
- id: display_j3_Left
|
||||
- id: display_bar1_left
|
||||
platform: ili9xxx
|
||||
model: ST7735
|
||||
color_order: bgr
|
||||
@@ -141,7 +141,7 @@ display:
|
||||
width: 80
|
||||
offset_width: 24
|
||||
rotation: 270
|
||||
- id: display_j3_Right
|
||||
- id: display_bar1_left
|
||||
platform: ili9xxx
|
||||
model: ST7735
|
||||
color_order: bgr
|
||||
|
||||
Reference in New Issue
Block a user