Skip to content

Commit

Permalink
Add presence management
Browse files Browse the repository at this point in the history
Fix many bugs on states actualisation
Add extra attributes with all internal states
  • Loading branch information
Jean-Marc Collin committed Jan 8, 2023
1 parent 5fb148d commit 89984b3
Show file tree
Hide file tree
Showing 8 changed files with 465 additions and 118 deletions.
13 changes: 10 additions & 3 deletions .devcontainer/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ input_number:
name: Temperature
min: 0
max: 35
step: .5
step: .1
icon: mdi:thermometer
fake_external_temperature_sensor1:
name: Ext Temperature
min: -10
max: 35
step: .5
step: .1
icon: mdi:home-thermometer
fake_current_power:
name: Current power
Expand All @@ -45,9 +45,16 @@ input_boolean:
name: Heater 1 (Linear)
icon: mdi:radiator
fake_heater_switch2:
name: Heater (TPI)
name: Heater (TPI with presence preset)
icon: mdi:radiator
fake_heater_switch3:
name: Heater (TPI with offset)
icon: mdi:radiator
# input_boolean to simulate the motion sensor entity. Only for development environment.
fake_motion_sensor1:
name: Motion Sensor 1
icon: mdi:run
# input_boolean to simulate the presence sensor entity. Only for development environment.
fake_presence_sensor1:
name: Presence Sensor 1
icon: mdi:home
Loading

0 comments on commit 89984b3

Please sign in to comment.