File tree Expand file tree Collapse file tree 5 files changed +27
-16
lines changed Expand file tree Collapse file tree 5 files changed +27
-16
lines changed Original file line number Diff line number Diff line change 32
32
committer_name : GitHub Actions
33
33
committer_email : actions@github.com
34
34
message : Update manifest.json
35
- add : " docs/*.md"
35
+ add : " docs/*.md README.md "
36
36
push : true
Original file line number Diff line number Diff line change 6
6
name_add_mac_suffix : true
7
7
project :
8
8
name : spuder.openspool
9
- version : ${version} # TODO: why is this changing in github actions, but not sticking in 'make' command?
9
+ version : ${version}
10
10
# on_update:
11
11
min_version : 2024.10.1
12
12
platformio_options :
Original file line number Diff line number Diff line change 6
6
7
7
logger :
8
8
level : debug
9
- # level: VERBOSE #TODO: drop to debug
9
+
10
10
11
11
text_sensor :
12
- - platform : version
13
- name : " Current Firmware Version"
14
- hide_timestamp : true
12
+ # Note that this only returns the esphome compiled version
13
+ # It does not return esphome.platform.version, as that value is only available through the api
14
+ # - platform: version
15
+ # name: "Current Firmware Version"
16
+ # hide_timestamp: true
17
+ # state_topic:
18
+ # # web_server:
19
+ # # sorting_group_id: sorting_group_firmware
20
+
21
+ - platform : template
22
+ name : " OpenSpool Version"
23
+ lambda : |-
24
+ return to_string(ESPHOME_PROJECT_VERSION);
15
25
state_topic :
16
- # web_server:
17
- # sorting_group_id: sorting_group_firmware
26
+ entity_category : diagnostic
27
+ icon : mdi:new-box
18
28
19
- - platform : debug
20
- device :
21
- name : " Device Info"
22
- state_topic :
23
- reset_reason :
24
- name : " Reset Reason"
25
- state_topic :
29
+ # - platform: debug
30
+ # device:
31
+ # name: "Device Info"
32
+ # state_topic:
33
+ # reset_reason:
34
+ # name: "Reset Reason"
35
+ # state_topic:
26
36
27
37
sensor :
28
38
- platform : debug
Original file line number Diff line number Diff line change 1
1
improv_serial :
2
- next_url : http://{{ip_address}}
2
+ next_url : " http://{{ip_address}}"
Original file line number Diff line number Diff line change 10
10
default_transition_length : 0.4s
11
11
restore_mode : ALWAYS_OFF
12
12
state_topic :
13
+ entity_category : diagnostic
13
14
effects :
14
15
- addressable_rainbow :
15
16
name : Rainbow
You can’t perform that action at this time.
0 commit comments