mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
fix serial no
This commit is contained in:
@@ -20,7 +20,7 @@ external_components:
|
||||
packages:
|
||||
internals_packages:
|
||||
url: https://github.com/boneIO-eu/esphome
|
||||
ref: v1.0.10
|
||||
ref: v1.0.11
|
||||
files:
|
||||
[
|
||||
'devices/dimmer_serial_no.yaml',
|
||||
@@ -38,7 +38,7 @@ ethernet:
|
||||
power_pin: GPIO16
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.10
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.11
|
||||
import_full_config: true
|
||||
|
||||
pcf8574:
|
||||
@@ -62,6 +62,13 @@ text_sensor:
|
||||
ip_address:
|
||||
entity_category: diagnostic
|
||||
name: boneio-dimmer IP
|
||||
- platform: template
|
||||
name: 'Hostname'
|
||||
id: hostname
|
||||
entity_category: diagnostic
|
||||
lambda: |-
|
||||
return id(eth).get_use_address();
|
||||
update_interval: 5min
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
||||
Reference in New Issue
Block a user