-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
apps.yaml
38 lines (37 loc) · 1.46 KB
/
apps.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#################################################################
# Appdeamon Configuration
#################################################################
hass_myhomesmart:
module: hass_myhomesmart
class: main
#################################################################
# MyHomeSmart Configuration
#################################################################
config:
# [[ Entities to include ]]
# Entities that you want to include in the MyHomeSmart system
#
# - Can enter the name of the entity as provided by HomeAssistant
# example: sensor.room_temperature
#
# - Can insert the entity class to include all entities of the same class
# example: sensor.*
#
# The system will automatically recognize read-only entities from editable ones
include_entities:
- sensor.*
- light.*
- switch.*
- input_boolean.*
- input_number.*
# [[ Entities to exclude ]]
# Entities that you want to exclude from those included in the "include_entities" section
#
# Specify the exact name as provided by HomAsistant
# example: sensor.room_temperature
#
# No value indicates that no entity, included in the section "include_entities" is excluded
exclude_entities:
- sensor.soggiorno_object_detector_fps
- sensor.soggiorno_operation_state
- switch.soggiorno_connection