1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

[homeassistant] Native number entity import and control (#6455)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Landon Rohatensky
2024-08-13 19:04:12 -07:00
committed by GitHub
parent 1d25db491c
commit a5fdcb31fc
5 changed files with 170 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ binary_sensor:
attribute: world
id: ha_hello_world_binary_attribute
number:
- platform: homeassistant
entity_id: number.hello_world
id: ha_hello_world_number
sensor:
- platform: homeassistant
entity_id: sensor.hello_world