Merge pull request #250 from deejaybeam/dev

small changes
This commit is contained in:
Chris
2023-01-25 22:05:44 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -2883,7 +2883,7 @@ action:
###### NSPanel beep ###### ###### NSPanel beep ######
- delay: - delay:
milliseconds: 100 milliseconds: 2000
- if: - if:
- condition: template - condition: template
value_template: '{{ is_state(notification_sound, "on") }}' value_template: '{{ is_state(notification_sound, "on") }}'

View File

@@ -438,7 +438,7 @@ sensor:
- platform: adc - platform: adc
id: ntc_source id: ntc_source
pin: 38 pin: 38
update_interval: 10s update_interval: 60s
attenuation: 11db attenuation: 11db
##### INTERNAL TEMPERATURE SENSOR, adc reading converted to resistance (calculation)##### ##### INTERNAL TEMPERATURE SENSOR, adc reading converted to resistance (calculation)#####