ESPHome  2023.3.1
Public Member Functions | Protected Attributes
esphome::tm1638::TM1638Key Class Reference

#include <tm1638_key.h>

Inheritance diagram for esphome::tm1638::TM1638Key:
esphome::binary_sensor::BinarySensor esphome::tm1638::KeyListener esphome::EntityBase

Public Member Functions

void set_keycode (uint8_t key_code)
 
void keys_update (uint8_t keys) override
 
- Public Member Functions inherited from esphome::binary_sensor::BinarySensor
 BinarySensor ()
 
void add_on_state_callback (std::function< void(bool)> &&callback)
 Add a callback to be notified of state changes. More...
 
void publish_state (bool state)
 Publish a new state to the front-end. More...
 
void publish_initial_state (bool state)
 Publish the initial state, this will not make the callback manager send callbacks and is meant only for the initial state on boot. More...
 
void set_device_class (const std::string &device_class)
 Manually set the Home Assistant device class (see binary_sensor::device_class) More...
 
std::string get_device_class ()
 Get the device class for this binary sensor, using the manual override if specified. More...
 
void add_filter (Filter *filter)
 
void add_filters (const std::vector< Filter *> &filters)
 
void set_publish_initial_state (bool publish_initial_state)
 
void send_state_internal (bool state, bool is_initial)
 
virtual bool has_state () const
 Return whether this binary sensor has outputted a state. More...
 
virtual bool is_status_binary_sensor () const
 
virtual std::string device_class ()
 Override this to set the default device class. More...
 
- Public Member Functions inherited from esphome::EntityBase
 EntityBase ()
 
 EntityBase (std::string name)
 
const std::string & get_name () const
 
void set_name (const std::string &name)
 
const std::string & get_object_id ()
 
uint32_t get_object_id_hash ()
 
bool is_internal () const
 
void set_internal (bool internal)
 
bool is_disabled_by_default () const
 
void set_disabled_by_default (bool disabled_by_default)
 
EntityCategory get_entity_category () const
 
void set_entity_category (EntityCategory entity_category)
 
const std::string & get_icon () const
 
void set_icon (const std::string &name)
 

Protected Attributes

uint8_t key_code_ {0}
 
- Protected Attributes inherited from esphome::binary_sensor::BinarySensor
CallbackManager< void(bool)> state_callback_ {}
 
optional< std::string > device_class_ {}
 Stores the override of the device class. More...
 
Filterfilter_list_ {nullptr}
 
bool has_state_ {false}
 
bool publish_initial_state_ {false}
 
Deduplicator< bool > publish_dedup_
 
- Protected Attributes inherited from esphome::EntityBase
std::string name_
 
std::string object_id_
 
std::string icon_
 
uint32_t object_id_hash_
 
bool internal_ {false}
 
bool disabled_by_default_ {false}
 
EntityCategory entity_category_ {ENTITY_CATEGORY_NONE}
 

Additional Inherited Members

- Data Fields inherited from esphome::binary_sensor::BinarySensor
bool state
 The current reported state of the binary sensor. More...
 
- Protected Member Functions inherited from esphome::EntityBase
virtual uint32_t hash_base ()
 The hash_base() function has been deprecated. More...
 
void calc_object_id_ ()
 

Detailed Description

Definition at line 9 of file tm1638_key.h.

Member Function Documentation

◆ keys_update()

void esphome::tm1638::TM1638Key::keys_update ( uint8_t  keys)
overridevirtual

Reimplemented from esphome::tm1638::KeyListener.

Definition at line 6 of file tm1638_key.cpp.

◆ set_keycode()

void esphome::tm1638::TM1638Key::set_keycode ( uint8_t  key_code)
inline

Definition at line 11 of file tm1638_key.h.

Field Documentation

◆ key_code_

uint8_t esphome::tm1638::TM1638Key::key_code_ {0}
protected

Definition at line 15 of file tm1638_key.h.


The documentation for this class was generated from the following files: