And when device will be uses it will only triggered when daytime or nighttime.
Code: Select all
on = {
timer = {'every minutes at nighttime'},
devices = {
[LogitechOff] = { 'at nighttime' },
[LogitechAppleTV] = { 'at nighttime' },
[LogitechTV] = { 'at nighttime' },
[LogitechDay] = { 'at daytime' },
iPhonePeter,
iPhoneKay,
[KodiStatus] = { 'at nighttime' },
BulbMasterBedroom
}
},