mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
add serial number
This commit is contained in:
@@ -20,8 +20,13 @@ external_components:
|
||||
packages:
|
||||
internals_packages:
|
||||
url: https://github.com/boneIO-eu/esphome
|
||||
ref: v1.0.9
|
||||
files: ['devices/dimmer_i2c.yaml', 'devices/dimmer_ina219.yaml']
|
||||
ref: v1.0.10
|
||||
files:
|
||||
[
|
||||
'devices/dimmer_serial_no.yaml',
|
||||
'devices/dimmer_i2c.yaml',
|
||||
'devices/dimmer_ina219.yaml',
|
||||
]
|
||||
|
||||
ethernet:
|
||||
id: eth
|
||||
@@ -33,7 +38,7 @@ ethernet:
|
||||
power_pin: GPIO16
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.9
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.10
|
||||
import_full_config: true
|
||||
|
||||
pcf8574:
|
||||
@@ -53,10 +58,18 @@ text_sensor:
|
||||
name: 'boneio-dimmer- Version'
|
||||
icon: mdi:cube-outline
|
||||
entity_category: diagnostic
|
||||
update_interval: 10m
|
||||
- platform: ethernet_info
|
||||
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: 60s
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
||||
Reference in New Issue
Block a user