#conversation:
# Enables support for tracking state changes over time
-history: !include history.yaml
+history: !include log/history.yaml
# View all events in a logbook
-logbook: !include logbook.yaml
+logbook: !include log/logbook.yaml
# Log Management
-logger: !include logger.yaml
+logger: !include log/logger.yaml
# Record Management
-recorder: !include recorder.yaml
+recorder: !include log/recorder.yaml
# Enables a map showing the location of tracked devices
map:
#input_number: !include_dir_merge_list input_number/
# Shell commands
-shell_command: !include_dir_merge_named shell_command
+shell_command: !include_dir_merge_named shell_command/
# Device Tracker
device_tracker: !include_dir_merge_list device_tracker/
+++ /dev/null
-######################################################################
-# History Configuration
-######################################################################
-
-exclude:
- entities:
- # Device Trackers
- - device_tracker.a3
- - device_tracker.a5
- - device_tracker.s9
- # Time & Date
- - sensor.date
- - sensor.time
- - sensor.time_date
- # Sun & Weather
- - sun.sun
- - sensor.yr_symbol
- # Hacs
- - sensor.hacs
- # System
- - sensor.home_assistant_current_version
- - sensor.cert_expiry_home_giorgioravera_it
- # Shelly
- - sensor.shelly1_status
- - sensor.shelly2_status
- - sensor.shelly3_status
- - sensor.shelly4_status
- - sensor.shelly5_status
- - sensor.shelly6_status
- - sensor.shelly7_status
- - sensor.shelly8_status
- - sensor.shelly9_status
- - sensor.shelly10_status
- - sensor.shelly11_status
- - sensor.shellybulb_status
- - sensor.shellyem_status
- - sensor.shellydw_status
- - sensor.shellyplugs_status
- # Energy Sensors
- - sensor.potenza_reattiva
- - sensor.tensione
- # Zigbee2mqtt
- - sensor.porta_casa_batteria
- - sensor.porta_casa_stato_link
- - sensor.porta_casa_2_batteria
- - sensor.porta_casa_2_stato_link
- - sensor.pulsante_batteria
- - sensor.pulsante_stato_link
- # pfSense
- - sensor.freebsd_router_bytes_received
- - sensor.freebsd_router_bytes_sent
- - sensor.freebsd_router_packets_received
- - sensor.freebsd_router_packets_sent
- - sensor.freebsd_router_packets_sec_received
- - sensor.freebsd_router_packets_sec_sent
- domains:
- - automation
- - group
- - input_boolean
- - input_datetime
- - input_select
- - input_text
- - script
- - switch
--- /dev/null
+######################################################################
+# History Configuration
+######################################################################
+
+exclude:
+ entities:
+ # Device Trackers
+ - device_tracker.a3
+ - device_tracker.a5
+ - device_tracker.s9
+ # Time & Date
+ - sensor.date
+ - sensor.time
+ - sensor.time_date
+ # Sun & Weather
+ - sun.sun
+ - sensor.yr_symbol
+ # Hacs
+ - sensor.hacs
+ # System
+ - sensor.home_assistant_current_version
+ - sensor.cert_expiry_home_giorgioravera_it
+ # Shelly
+ - sensor.shelly1_status
+ - sensor.shelly2_status
+ - sensor.shelly3_status
+ - sensor.shelly4_status
+ - sensor.shelly5_status
+ - sensor.shelly6_status
+ - sensor.shelly7_status
+ - sensor.shelly8_status
+ - sensor.shelly9_status
+ - sensor.shelly10_status
+ - sensor.shelly11_status
+ - sensor.shellybulb_status
+ - sensor.shellyem_status
+ - sensor.shellydw_status
+ - sensor.shellyplugs_status
+ # Energy Sensors
+ - sensor.potenza_reattiva
+ - sensor.tensione
+ # Zigbee2mqtt
+ - sensor.porta_casa_batteria
+ - sensor.porta_casa_stato_link
+ - sensor.porta_casa_2_batteria
+ - sensor.porta_casa_2_stato_link
+ - sensor.pulsante_batteria
+ - sensor.pulsante_stato_link
+ # pfSense
+ - sensor.freebsd_router_bytes_received
+ - sensor.freebsd_router_bytes_sent
+ - sensor.freebsd_router_packets_received
+ - sensor.freebsd_router_packets_sent
+ - sensor.freebsd_router_packets_sec_received
+ - sensor.freebsd_router_packets_sec_sent
+ domains:
+ - automation
+ - group
+ - input_boolean
+ - input_datetime
+ - input_select
+ - input_text
+ - script
+ - switch
--- /dev/null
+######################################################################
+# Logbook Configuration
+######################################################################
+
+exclude:
+ entities:
+ # Device Trackers
+ - device_tracker.a3
+ - device_tracker.a5
+ - device_tracker.s9
+ # Time & Date
+ - sensor.date
+ - sensor.time
+ - sensor.time_date
+ # Sun & Weather
+ - sun.sun
+ - sensor.yr_symbol
+ # Hacs
+ - sensor.hacs
+ # System
+ - sensor.home_assistant_current_version
+ - sensor.cert_expiry_home_giorgioravera_it
+ # Shelly
+ - sensor.shelly1_status
+ - sensor.shelly2_status
+ - sensor.shelly3_status
+ - sensor.shelly4_status
+ - sensor.shelly5_status
+ - sensor.shelly6_status
+ - sensor.shelly7_status
+ - sensor.shelly8_status
+ - sensor.shelly9_status
+ - sensor.shelly10_status
+ - sensor.shelly11_status
+ - sensor.shellybulb_status
+ - sensor.shellyem_status
+ - sensor.shellydw_status
+ - sensor.shellyplugs_status
+ # Energy Sensors
+ - sensor.potenza_reattiva
+ - sensor.tensione
+ # Zigbee2mqtt
+ - sensor.porta_casa_batteria
+ - sensor.porta_casa_stato_link
+ - sensor.porta_casa_2_batteria
+ - sensor.porta_casa_2_stato_link
+ - sensor.pulsante_batteria
+ - sensor.pulsante_stato_link
+ # pfSense
+ - sensor.freebsd_router_bytes_received
+ - sensor.freebsd_router_bytes_sent
+ - sensor.freebsd_router_packets_received
+ - sensor.freebsd_router_packets_sent
+ - sensor.freebsd_router_packets_sec_received
+ - sensor.freebsd_router_packets_sec_sent
+ domains:
+ - automation
+ - group
+ - input_boolean
+ - input_datetime
+ - input_select
+ - input_text
+ - script
+ - switch
--- /dev/null
+######################################################################
+# Logger Configuration
+# Log Severities: critical, fatal, error, warning, warn, info, debug, notset
+######################################################################
+
+default: info
+logs:
+ homeassistant.components.automation: info
+ homeassistant.components.device_tracker: warn
+ homeassistant.components.nmap_tracker.device_tracker: warn
+ homeassistant.components.discovery: warn
+ homeassistant.components.input_text: info
+ homeassistant.components.sensor: warn
+ homeassistant.components.websocket_api: info
+ custom_components.mercedesmeapi: warn
--- /dev/null
+######################################################################
+# Recorder Configuration
+######################################################################
+
+purge_keep_days: 10
+purge_interval: 1
+exclude:
+ entities:
+ # Device Trackers
+ - device_tracker.a3
+ - device_tracker.a5
+ - device_tracker.s9
+ # Time & Date
+ - sensor.date
+ - sensor.time
+ - sensor.time_date
+ # Sun & Weather
+ - sun.sun
+ - sensor.yr_symbol
+ # Hacs
+ - sensor.hacs
+ # System
+ - sensor.home_assistant_current_version
+ - sensor.cert_expiry_home_giorgioravera_it
+ # Shelly
+ - sensor.shelly1_status
+ - sensor.shelly2_status
+ - sensor.shelly3_status
+ - sensor.shelly4_status
+ - sensor.shelly5_status
+ - sensor.shelly6_status
+ - sensor.shelly7_status
+ - sensor.shelly8_status
+ - sensor.shelly9_status
+ - sensor.shelly10_status
+ - sensor.shelly11_status
+ - sensor.shellybulb_status
+ - sensor.shellyem_status
+ - sensor.shellydw_status
+ - sensor.shellyplugs_status
+ # Energy Sensors
+ - sensor.potenza_reattiva
+ - sensor.tensione
+ # Zigbee2mqtt
+ - sensor.porta_casa_batteria
+ - sensor.porta_casa_stato_link
+ - sensor.porta_casa_2_batteria
+ - sensor.porta_casa_2_stato_link
+ - sensor.pulsante_batteria
+ - sensor.pulsante_stato_link
+ # pfSense
+ - sensor.freebsd_router_bytes_received
+ - sensor.freebsd_router_bytes_sent
+ - sensor.freebsd_router_packets_received
+ - sensor.freebsd_router_packets_sent
+ - sensor.freebsd_router_packets_sec_received
+ - sensor.freebsd_router_packets_sec_sent
+ domains:
+ - automation
+ - group
+ - input_boolean
+ - input_datetime
+ - input_select
+ - input_text
+ - script
+ - switch
+++ /dev/null
-######################################################################
-# Logbook Configuration
-######################################################################
-
-exclude:
- entities:
- # Device Trackers
- - device_tracker.a3
- - device_tracker.a5
- - device_tracker.s9
- # Time & Date
- - sensor.date
- - sensor.time
- - sensor.time_date
- # Sun & Weather
- - sun.sun
- - sensor.yr_symbol
- # Hacs
- - sensor.hacs
- # System
- - sensor.home_assistant_current_version
- - sensor.cert_expiry_home_giorgioravera_it
- # Shelly
- - sensor.shelly1_status
- - sensor.shelly2_status
- - sensor.shelly3_status
- - sensor.shelly4_status
- - sensor.shelly5_status
- - sensor.shelly6_status
- - sensor.shelly7_status
- - sensor.shelly8_status
- - sensor.shelly9_status
- - sensor.shelly10_status
- - sensor.shelly11_status
- - sensor.shellybulb_status
- - sensor.shellyem_status
- - sensor.shellydw_status
- - sensor.shellyplugs_status
- # Energy Sensors
- - sensor.potenza_reattiva
- - sensor.tensione
- # Zigbee2mqtt
- - sensor.porta_casa_batteria
- - sensor.porta_casa_stato_link
- - sensor.porta_casa_2_batteria
- - sensor.porta_casa_2_stato_link
- - sensor.pulsante_batteria
- - sensor.pulsante_stato_link
- # pfSense
- - sensor.freebsd_router_bytes_received
- - sensor.freebsd_router_bytes_sent
- - sensor.freebsd_router_packets_received
- - sensor.freebsd_router_packets_sent
- - sensor.freebsd_router_packets_sec_received
- - sensor.freebsd_router_packets_sec_sent
- domains:
- - automation
- - group
- - input_boolean
- - input_datetime
- - input_select
- - input_text
- - script
- - switch
+++ /dev/null
-######################################################################
-# Logger Configuration
-# Log Severities: critical, fatal, error, warning, warn, info, debug, notset
-######################################################################
-
-default: info
-logs:
- homeassistant.components.automation: info
- homeassistant.components.device_tracker: warn
- homeassistant.components.nmap_tracker.device_tracker: warn
- homeassistant.components.discovery: warn
- homeassistant.components.input_text: info
- homeassistant.components.sensor: warn
- homeassistant.components.websocket_api: info
- custom_components.mercedesmeapi: warn
+++ /dev/null
-######################################################################
-# Recorder Configuration
-######################################################################
-
-purge_keep_days: 10
-purge_interval: 1
-exclude:
- entities:
- # Device Trackers
- - device_tracker.a3
- - device_tracker.a5
- - device_tracker.s9
- # Time & Date
- - sensor.date
- - sensor.time
- - sensor.time_date
- # Sun & Weather
- - sun.sun
- - sensor.yr_symbol
- # Hacs
- - sensor.hacs
- # System
- - sensor.home_assistant_current_version
- - sensor.cert_expiry_home_giorgioravera_it
- # Shelly
- - sensor.shelly1_status
- - sensor.shelly2_status
- - sensor.shelly3_status
- - sensor.shelly4_status
- - sensor.shelly5_status
- - sensor.shelly6_status
- - sensor.shelly7_status
- - sensor.shelly8_status
- - sensor.shelly9_status
- - sensor.shelly10_status
- - sensor.shelly11_status
- - sensor.shellybulb_status
- - sensor.shellyem_status
- - sensor.shellydw_status
- - sensor.shellyplugs_status
- # Energy Sensors
- - sensor.potenza_reattiva
- - sensor.tensione
- # Zigbee2mqtt
- - sensor.porta_casa_batteria
- - sensor.porta_casa_stato_link
- - sensor.porta_casa_2_batteria
- - sensor.porta_casa_2_stato_link
- - sensor.pulsante_batteria
- - sensor.pulsante_stato_link
- # pfSense
- - sensor.freebsd_router_bytes_received
- - sensor.freebsd_router_bytes_sent
- - sensor.freebsd_router_packets_received
- - sensor.freebsd_router_packets_sent
- - sensor.freebsd_router_packets_sec_received
- - sensor.freebsd_router_packets_sec_sent
- domains:
- - automation
- - group
- - input_boolean
- - input_datetime
- - input_select
- - input_text
- - script
- - switch