-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnspanel_esphome_standard.yaml
More file actions
41 lines (39 loc) · 2.22 KB
/
nspanel_esphome_standard.yaml
File metadata and controls
41 lines (39 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#####################################################################################################
##### NSPanel Easy - https://github.com/edwardtfn/NSPanel-Easy #####
#####################################################################################################
##### ESPHOME STANDARD #####
##### PLEASE only make changes if it is necessary and also the required knowledge is available. #####
##### For normal use with the Blueprint, no changes are necessary. #####
#####################################################################################################
---
substitutions:
TAG_STANDARD: nspanel.standard
esphome:
platformio_options:
build_flags:
- -D NSPANEL_EASY_STANDARD
packages:
# yamllint disable rule:colons
hw_buzzer: !include nspanel_esphome_hw_buzzer.yaml
hw_relays: !include nspanel_esphome_hw_relays.yaml
hw_temperature: !include nspanel_esphome_hw_temperature.yaml
page_alarm: !include nspanel_esphome_page_alarm.yaml
page_button: !include nspanel_esphome_page_button.yaml
page_buttons: !include nspanel_esphome_page_buttons.yaml
page_climate: !include nspanel_esphome_page_climate.yaml
page_confirm: !include nspanel_esphome_page_confirm.yaml
page_cover: !include nspanel_esphome_page_cover.yaml
page_entities: !include nspanel_esphome_page_entities.yaml
page_fan: !include nspanel_esphome_page_fan.yaml
page_keyb_num: !include nspanel_esphome_page_keyb_num.yaml
page_light: !include nspanel_esphome_page_light.yaml
page_media_player: !include nspanel_esphome_page_media_player.yaml
page_notification: !include nspanel_esphome_page_notification.yaml
page_qrcode: !include nspanel_esphome_page_qrcode.yaml
page_settings: !include nspanel_esphome_page_settings.yaml
page_switch: !include nspanel_esphome_page_switch.yaml
page_utilities: !include nspanel_esphome_page_utilities.yaml
page_water_heater: !include nspanel_esphome_page_water_heater.yaml
page_weather: !include nspanel_esphome_page_weather.yaml
# yamllint enable rule:colons
...