mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-10-31 10:46:20 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/CCOSTAN/Home-AssistantConfig
This commit is contained in:
		
							
								
								
									
										14
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -6,13 +6,10 @@ | |||||||
| *.key | *.key | ||||||
| *.conf | *.conf | ||||||
| *.pickle | *.pickle | ||||||
| *.db-journal | *.db* | ||||||
| *.db-shm |  | ||||||
| *.db-wal |  | ||||||
| *.sqlite | *.sqlite | ||||||
| *.log | *.log* | ||||||
| *.db | *.db | ||||||
| *.sqlite |  | ||||||
| .cloud | .cloud | ||||||
| .storage | .storage | ||||||
| .vscode | .vscode | ||||||
| @@ -20,9 +17,6 @@ | |||||||
| .uuid | .uuid | ||||||
| core.* | core.* | ||||||
| core | core | ||||||
| OZW_Log.txt |  | ||||||
| home-assistant.log |  | ||||||
| home-assistant.log.* |  | ||||||
| home-assistant_v2 | home-assistant_v2 | ||||||
| home-assistant_v2.* | home-assistant_v2.* | ||||||
| deps | deps | ||||||
| @@ -37,10 +31,6 @@ secrets.yaml | |||||||
| secrets | secrets | ||||||
| known_devices.yaml | known_devices.yaml | ||||||
| .homekit.state | .homekit.state | ||||||
| phue.conf |  | ||||||
| ios.conf |  | ||||||
| pyozw.sqlite |  | ||||||
| nest.conf |  | ||||||
| ipchange.yaml | ipchange.yaml | ||||||
| ip_bans.yaml | ip_bans.yaml | ||||||
| production_auth.json | production_auth.json | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ For the sandbox. | |||||||
| ######################################################### | ######################################################### | ||||||
| Create fast Customize for groups, sensors, covers etc...  Just change that first line below 'sensor' to 'group', 'covers' etc.. | Create fast Customize for groups, sensors, covers etc...  Just change that first line below 'sensor' to 'group', 'covers' etc.. | ||||||
|  |  | ||||||
| {% for state in states.sensor -%} | {% for state in states.group -%} | ||||||
|   {% if loop.first %} |   {% if loop.first %} | ||||||
| {% elif loop.last %} | {% elif loop.last %} | ||||||
| {% else %} | {% else %} | ||||||
| @@ -22,7 +22,7 @@ Create fast Customize for groups, sensors, covers etc...  Just change that first | |||||||
|  |  | ||||||
| ######################################################### | ######################################################### | ||||||
| #This code lists out EVERY possible entity and attribute for that entity. | #This code lists out EVERY possible entity and attribute for that entity. | ||||||
| # source: https://github.com/skalavala/smarthome/blob/master/Entities.md | # source: https://github.com/skalavala/smarthome/blob/primary/Entities.md | ||||||
| ######################################################### | ######################################################### | ||||||
|  |  | ||||||
| {{ "_".ljust(90, "_") }} | {{ "_".ljust(90, "_") }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user