generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathirrigation_unlimited_controls.yaml
executable file
·46 lines (43 loc) · 1.23 KB
/
irrigation_unlimited_controls.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
39
40
41
42
43
44
45
46
# Irrigation Unlimited support file.
#
# Filename: irrigation_unlimited_controls.yaml
#
# This file is a package and should be located in the config/packages
# folder. If you do not have a packages folder then create it and add
# the following to configuration.yaml
#
# homeassistant:
# packages: !include_dir_named packages
#
# More information on packages can be found at https://www.home-assistant.io/docs/configuration/packages
#
input_select:
irrigation_unlimited_entities:
name: Irrigation Unlimited Entities
options:
- <none>
irrigation_unlimited_sequences:
name: Irrigation Unlimited Sequences
options:
- <none>
input_datetime:
irrigation_unlimited_run_time:
name: Run Time
has_date: false
has_time: true
automation:
- alias: Irrigation Unlimited Load UI Controls
trigger:
- platform: homeassistant
event: start
action:
- service: irrigation_unlimited.list_config
data:
entity_id: input_select.irrigation_unlimited_entities
section: entities
first: <none>
- service: irrigation_unlimited.list_config
data:
entity_id: input_select.irrigation_unlimited_sequences
section: sequences
first: <none>