changed naming

This commit is contained in:
Martijn
2024-11-11 19:14:58 +01:00
parent fac784fa64
commit 3c54e1e64a
3 changed files with 67 additions and 67 deletions
+21 -21
View File
@@ -25,16 +25,16 @@ binary_sensor:
### Buttons Main Display ###
############################
- platform: gpio
id: 'base_j1_btn_left'
name: "Display button Left"
id: 'main_display_btn_left'
name: "Main Display button Left"
pin:
mcp23xxx: base_J1
number: 6
mode: INPUT_PULLUP
inverted: true
- platform: gpio
id: 'base_j1_btn_right'
name: "Display button Right"
id: 'main_display_btn_right'
name: "Main Display button Right"
pin:
mcp23xxx: base_J1
number: 2
@@ -45,7 +45,7 @@ binary_sensor:
### Buttons BAR module 1 ###
############################
- platform: gpio
id: 'base_j2_btn_left'
id: 'bar1_btn_left'
name: "BAR 1 button Left"
pin:
mcp23xxx: base_J2
@@ -53,7 +53,7 @@ binary_sensor:
mode: INPUT_PULLUP
inverted: true
- platform: gpio
id: 'base_j2_btn_right'
id: 'bar1_btn_right'
name: "BAR 1 button Right"
pin:
mcp23xxx: base_J2
@@ -65,7 +65,7 @@ binary_sensor:
### Buttons BAR module 2 ###
############################
- platform: gpio
id: 'base_j3_btn_left'
id: 'bar2_btn_left'
name: "BAR 2 button Left"
pin:
mcp23xxx: base_J3
@@ -73,7 +73,7 @@ binary_sensor:
mode: INPUT_PULLUP
inverted: true
- platform: gpio
id: 'base_j3_btn_right'
id: 'bar2_btn_right'
name: "BAR 2 button Right"
pin:
mcp23xxx: base_J3
@@ -89,28 +89,28 @@ light:
##############################
- platform: partition
name: "BAR 1 Left RGB Front"
id: bar_1_left_rgb_front
id: bar1_left_rgb_front
segments:
- id: neopixels
from: 0
to: 0
- platform: partition
name: "BAR 1 Left RGB Back"
id: bar_1_left_rgb_back
id: bar1_left_rgb_back
segments:
- id: neopixels
from: 1
to: 1
- platform: partition
name: "BAR 1 Right RGB Front"
id: bar_1_right_rgb_front
id: bar1_right_rgb_front
segments:
- id: neopixels
from: 2
to: 2
- platform: partition
name: "BAR 1 Right RGB Back"
id: bar_1_right_rgb_back
id: bar1_right_rgb_back
segments:
- id: neopixels
from: 3
@@ -120,28 +120,28 @@ light:
##############################
- platform: partition
name: "BAR 2 Left RGB Front"
id: bar_2_left_rgb_front
id: bar2_left_rgb_front
segments:
- id: neopixels
from: 4
to: 4
- platform: partition
name: "BAR 2 Left RGB Back"
id: bar_2_left_rgb_back
id: bar2_left_rgb_back
segments:
- id: neopixels
from: 5
to: 5
- platform: partition
name: "BAR 2 Right RGB Front"
id: bar_2_right_rgb_front
id: bar2_right_rgb_front
segments:
- id: neopixels
from: 6
to: 6
- platform: partition
name: "BAR 2 Right RGB Back"
id: bar_2_right_rgb_back
id: bar2_right_rgb_back
segments:
- id: neopixels
from: 7
@@ -151,7 +151,7 @@ display:
####################
### Main Display ###
####################
- id: display_j1_main
- id: main_display
platform: ili9xxx
model: ili9341
color_order: rgb
@@ -174,7 +174,7 @@ display:
####################
### BAR module 1 ###
####################
- id: display_j2_Left
- id: display_bar1_left
platform: ili9xxx
model: ST7735
color_order: bgr
@@ -195,7 +195,7 @@ display:
width: 80
offset_width: 24
rotation: 270
- id: display_j2_Right
- id: display_bar1_right
platform: ili9xxx
model: ST7735
color_order: bgr
@@ -219,7 +219,7 @@ display:
####################
### BAR module 2 ###
####################
- id: display_j3_Left
- id: display_bar2_left
platform: ili9xxx
model: ST7735
color_order: bgr
@@ -240,7 +240,7 @@ display:
width: 80
offset_width: 24
rotation: 270
- id: display_j3_Right
- id: display_bar2_right
platform: ili9xxx
model: ST7735
color_order: bgr