
config/.storage/huawei_mesh_<long_config_id>_tags
{
"version": 1,
"minor_version": 1,
"key": "huawei_mesh_<long_config_id>_tags",
"data": {
"first_tag": [
"00:11:22:33:44:55",
"A0:B1:C2:D3:E4:F5",
"F5:E4:D3:C2:B1:A0"
],
"second_tag": [
"00:11:22:33:44:55",
"A9:B8:C7:D6:E5:F4"
]
}
}Disable Facebook Access at night
alias: Disable facebook at night
description: ""
trigger:
- platform: time
at: "22:00:00"
- platform: time
at: "09:00:00"
condition: []
action:
- choose:
- conditions:
- condition: time
after: "21:59:00"
sequence:
- service: switch.turn_on
data: {}
target:
entity_id: switch.huawei_router_url_filter_facebook_com