Enhance automations and configuration with new features and improvements

- Added new media player entity for doorbell notifications in automations.yaml.
- Refactored automation sequences to include conditional actions based on triggers for sleep mode and KidsRoom.
- Updated light and cover actions to improve functionality and responsiveness.
- Introduced new scripts for critical notifications and smart shading management in scripts.yaml.
- Added new KNX sensors for temperature, wind speed, and illuminance in sensor.yaml.
- Created new packages for mobile dashboard and PV to DHW management to streamline automation processes.
This commit is contained in:
Ben Melchior
2025-09-01 11:54:19 +02:00
parent 528f9f0a60
commit ea1eb9e6fa
9 changed files with 724 additions and 144 deletions

View File

@@ -1,23 +1,11 @@
{
"project": {
"name": "home-assistant",
"type": "home-automation"
},
"database": {
"type": "postgresql",
"connection_string": "!secret psql_string",
"retry_wait": 15
},
"configuration": {
"main_config": "configuration.yaml",
"secrets": "secrets.yaml",
"automations": "automations.yaml",
"scripts": "scripts.yaml"
},
"directories": {
"custom_components": "custom_components",
"blueprints": "blueprints",
"tts": "tts",
"knx": "knx"
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres"],
"env": {
"POSTGRES_CONNECTION_STRING": "postgresql://hass:FTXZ9r8iw0fTT655Q6tePTzp@synology.cobe.space:5433/hass"
}
}
}
}