mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-11-03 19:45:23 +00:00 
			
		
		
		
	Consolidate Nest Platform stuff.
This commit is contained in:
		@@ -1,7 +1,19 @@
 | 
			
		||||
###################################################
 | 
			
		||||
## * [Nest Thermostats](http://amzn.to/2eAhB1k)
 | 
			
		||||
# @CCOSTAN
 | 
			
		||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
 | 
			
		||||
###################################################
 | 
			
		||||
 | 
			
		||||
- platform: nest
 | 
			
		||||
  monitored_conditions:
 | 
			
		||||
#     - 'temperature'
 | 
			
		||||
#     - 'target'
 | 
			
		||||
     - 'humidity'
 | 
			
		||||
#     - 'operation_mode'
 | 
			
		||||
#     - 'last_connection'
 | 
			
		||||
#     - 'co_status'
 | 
			
		||||
#     - 'smoke_status'
 | 
			
		||||
 | 
			
		||||
- platform: template
 | 
			
		||||
  sensors:
 | 
			
		||||
     upstairs_away_mode:
 | 
			
		||||
@@ -12,4 +24,4 @@
 | 
			
		||||
  sensors:
 | 
			
		||||
     downstairs_away_mode:
 | 
			
		||||
       entity_id: climate.downstairs
 | 
			
		||||
       value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"
 | 
			
		||||
       value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user